/* ===================================================
   Homepage Overrides - Who We Are (Offer Section)
   =================================================== */

/* Reduce the excessive padding on the text column */
.offer-section .content-column .inner-column {
    padding: 50px 80px 50px 0 !important;
}

@media only screen and (max-width: 767px) {
    .offer-section .content-column .inner-column {
        padding: 30px 0 20px !important;
    }
}

/* Show the full video without cropping — contain fits the whole video */
.offer-section .image-column .image-box .image video {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Remove the overflow that pushes the video off-screen */
.offer-section .image-column .image-box {
    margin-right: 0 !important;
}