.sec-block-v2::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: -99.2rem;
  width: 109.9rem;
  height: 222.2rem;
  background-image: url(../images/block-v2-shape.png);
  background-size: cover;
  background-position: center;
}
.block-v2{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.1rem;
}
.block-v2:last-child{
  margin-bottom: 0;
}
.block-v2-img{
  width: 75.4rem;
}
.block-v2-img img{
  width: 100%;
  height: 34.8rem;
  object-fit: cover;
  border-radius: 0 5rem 0 5rem;
}
.block-v2-text{
  margin-left: -14.8rem;
  margin-top: 9.9rem;
  width: calc(100% - 62.1rem);
  position: relative;
  z-index: 1;
}
.block-v2-info{
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 30rem;
  background: var(--gray);
  border-radius: 0 3.4rem 0 0;
  padding: 3.4rem 3.4rem 1.5rem;
}
.block-v2-text::before{
  position: absolute;
  content: "";
  left: 1.8rem;
  top: 3.8rem;
  height: calc(100% - 2.1rem);
  width: calc(100% - 0.3rem);
  border: 0.16rem solid var(--gold);
  border-radius: 0 3.4rem 0 0;
}
@media(min-width:1200px) and (max-width:1215.98px){
  .sec-block-v2::before {
    bottom: -85rem;
    width: 94.2rem;
    height: 190.4rem;
  }
  .block-v2-img {
    width: 74.4rem;
  } 
  .block-v2-img img {
    height: 34.4rem;
  }
  .block-v2-text {
    margin-top: 9.64rem;
    width: calc(100% - 61.1rem);
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-block-v2::before {
    bottom: -70.2rem;
    width: 77.8rem;
    height: 157.2rem;
  }
  .block-v2 {
    margin-bottom: 6.1rem;
  }
  .block-v2-img {
    width: 61.4rem;
  }
  .block-v2-img img {
    width: 100%;
    height: 30rem;
  }
  .block-v2-text {
    margin-left: -12.8rem;
    margin-top: 7.2rem;
    width: calc(100% - 49.1rem);
  }
  .block-v2-info {
    padding: 2.4rem 2.4rem 1.5rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-block-v2::before {
    bottom: -54.9rem;
    width: 60.9rem;
    height: 123.1rem;
  }
  .block-v2 {
    margin-bottom: 4.8rem;
  }
  .block-v2-img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .block-v2-text {
    margin-left: 0;
    margin-top: -4.8rem;
    width: 100%;
  }
  .block-v2-text::before{
    content: none;
  }
  .block-v2-info {
    min-height: initial;
    border-radius: 0 0 3.4rem 0;
    padding: 7.2rem 3.4rem 2.4rem;
  }
}
@media(max-width:767.98px){
  .sec-block-v2::before {
    bottom: -43.9rem;
    width: 37.4rem;
    height: 90.5rem;
  } 
  .block-v2 {
    margin-bottom: 2.4rem;
  }
  .block-v2-img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .block-v2-img img {
    height: 23.6rem;
    border-radius: 0 3rem 0 3rem;
  }
  .block-v2-text {
    margin-left: 0;
    margin-top: -3rem;
    width: 100%;
  }
  .block-v2-text::before{
    content: none;
  }
  .block-v2-info {
    border-radius: 0 0 3rem 0;
    padding: 5.2rem 2.2rem 2.4rem;
    min-height: initial;
  }
  .block-v2-info h1,
  .block-v2-info h2,
  .block-v2-info h3,
  .block-v2-info h4,
  .block-v2-info h5,
  .block-v2-info h1{
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.64px;
    margin-bottom: 1.6rem;
  }
}
@media(max-width:575.98px){
  .block-v2-img img{
    height: 44vw;
  }
}