.ap-frontpage-hero-section .hero-image-section__background img {
    height: clamp(480px, 65vh, 780px);
    object-fit: cover;
}
.ap-frontpage-hero-section .hero-image-section__content {
    padding: 30px 0;
    position: relative;
}
.ap-frontpage-hero-section .hero-image-section__content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:transparent;
    opacity: 1;
}
.ap-frontpage-hero-section .hero-image-section__content .container {
    position: relative;
}
.ap-frontpage-hero-section .content-block-wrap {
    padding: 3% 0;
    max-width: 600px;
}
.ap-frontpage-hero-section .section-cta-block {
    width: 100%;
    display: flex;
}
.ap-frontpage-hero-section .ap-section-title,
.ap-frontpage-hero-section .ap-text-block {
    text-align: left;
    width: 100%;
}

@media (max-width: 767px) {
    .ap-frontpage-hero-section .content-block-wrap {
       justify-content: flex-end !important;
   }
}