.step_by_step_section .step_icon img#view-faqs {
    width: 75px;
    height: 75px;
}

.hero_section .bg_video_wpr .tablet-video, .hero_section .bg_video_wpr .mobile-video {
    position: relative;
    object-fit: contain;
    transform: none;
    top: auto;
    left: auto;
  }

@media (min-width: 1110px) {
    .hero_section:not(.separate).Large.is-responsive {
        height: 70vh;
        overflow: hidden;
    }

    .hero_section.is-responsive .bg_video_wpr .bg_video {
        position: absolute;
        object-fit: cover;
    }
}

.step_content [data-aos=list-fade-up].aos-animate>* {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}

.step_by_step_section .container-fluid .step .title {
    max-width: 250px;
}


.image_section .fixed-height.medium {
    height: 28.592vw;
}


.image_section .fixed-height .background-video {
    width: 101%;
    height: 101%;
}