.sec-block-v5{
    position: relative;
}
.block-v5-text{
    position: relative;
    padding-right: 6.7rem;
    margin: 8rem 0;
}
.block-v5-text h1,
.block-v5-text h2,
.block-v5-text h3,
.block-v5-text h4,
.block-v5-text h5,
.block-v5-text h6{
    position: relative;
    margin: 0 0 2.8rem;
    color: #000;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.056rem;
    padding-left: 2.8rem;
}
.block-v5-text h1::after,
.block-v5-text h2::after,
.block-v5-text h3::after,
.block-v5-text h4::after,
.block-v5-text h5::after,
.block-v5-text h6::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.8rem;
    height: 2.6rem;
    background: #F49301;
    border-radius: 1rem;
}
.block-v5-text p,
.block-v5-text ul li{
    color: #515151;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    margin-bottom: 1.2rem;
}
.block-v5-text p:last-child{
    margin-bottom: 0;
}
.block-v5-btn{
    margin-top: 2.8rem;
}
.block-v5-img img{
    margin: 8rem 0;
    width: 100%;
    height: auto;
    border-radius: 0 0 30rem 30rem;
}
.block-v5-text ul{
    margin-bottom: 1.2rem;
}
.block-v5-text ul li{
    margin: 0;
    padding-left: 2.5rem;
}
.block-v5-text ul > li:after {
    background: #515151;
    top: 1rem;
    left: 0.9rem;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.block-v5-text {
        padding-right: 2rem;
        margin: 7rem 0;
    }
    .block-v5-img img {
        margin: 6rem 0;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.block-v5-text {
        padding-right: 0;
        margin: 6rem 0;
    }
    .block-v5-img img {
        margin: 5rem 0;
    }
    .block-v5-text h1, 
    .block-v5-text h2, 
    .block-v5-text h3, 
    .block-v5-text h4, 
    .block-v5-text h5, 
    .block-v5-text h6 {
        margin: 0 0 2rem;
        font-size: 2.4rem;
        letter-spacing: 0.048rem;
    }
    .block-v5-text p, .block-v5-text ul li {
        font-size: 1.5rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .block-v5-text {
        padding-right: 0;
        margin: 5rem 0;
    }
	.block-v5-img {
        height: initial !important;
    }
    .block-v5-img .inner-wrapper-sticky {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .block-v5-img .resize-sensor{
        display: none;
    }
    .block-v5-img img {
        margin: 0;
    }
}
@media(max-width:767.98px){
    .block-v5-text {
        padding-right: 0;
        margin: 4rem 0;
    }
    .block-v5-text h1, 
    .block-v5-text h2, 
    .block-v5-text h3, 
    .block-v5-text h4, 
    .block-v5-text h5, 
    .block-v5-text h6 {
        margin: 0 0 3.05rem;
        font-size: 2.4rem;
        letter-spacing: 0.048rem;
    }
	.block-v5-img {
        height: initial !important;
    }
    .block-v5-img .inner-wrapper-sticky {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .block-v5-img .resize-sensor{
        display: none;
    }
    .block-v5-img img {
        margin: 0;
    }
}