.sec-block-v4{
    position: relative;
    margin: 4rem 0 3.2rem;
}
.sec-block-v4-img img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
}
.block-v4{
    max-width: 77.3rem;
    margin: -16.4rem auto 0;
    padding: 4.8rem 8rem;
    background: #fff;
}
.block-v4-text h1,
.block-v4-text h2,
.block-v4-text h3,
.block-v4-text h4,
.block-v4-text h5,
.block-v4-text h6{
    color: #515151;
    font-family: Inter;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.036rem;
    margin: 0 0 2rem;
}
.block-v4-text p{
    color: #515151;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    margin-bottom: 1.2rem;
}
.block-v4-text p:last-child{
    margin-bottom: 0;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.sec-block-v4-img img {
        height: 46rem;
    }
    .block-v4 {
        margin: -15rem auto 0;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.sec-block-v4-img img {
        height: 43rem;
    }
    .block-v4 {
        margin: -14rem auto 0;
        padding: 4rem 6rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.sec-block-v4-img img {
        height: 39rem;
    }
    .block-v4 {
        margin: -12.4rem auto 0;
        padding: 4rem 4rem 2rem;
    }
    .block-v4-text h1, 
    .block-v4-text h2, 
    .block-v4-text h3, 
    .block-v4-text h4, 
    .block-v4-text h5, 
    .block-v4-text h6 {
        font-size: 1.6rem;
    }
}
@media(max-width:767.98px){
    .sec-block-v4 {
        margin: 4rem 0;
    }
	.block-v4 {
        max-width: 100%;
        margin: 0;
        padding: 4rem 0rem 0;
    }
    .sec-block-v4-img img {
        height: 31rem;
    }
    .block-v4-text h1, 
    .block-v4-text h2, 
    .block-v4-text h3, 
    .block-v4-text h4, 
    .block-v4-text h5, 
    .block-v4-text h6 {
        font-size: 1.6rem;
    }
}
@media(max-width:575.98px){
    .sec-block-v4-img img {
        height: 100vw;
    }
}