.banner-section {
    position: relative;
    /* margin-top: 80px; */
}


.banner-section video {
    max-height: 90vh;
    object-fit: cover;
    object-position: top;
    min-height: 360px;
    width: 100%;
}

.banner-description {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 770px;
    isolation: isolate;
    padding: 58px 30px 50px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-description::after {
    content: '';
    background-color: #E71316;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: -1;
    transform: skewx(-10deg);
}

.banner-description::before {
    content: '';
    background-color: #A6192E;
    height: calc(100% - 94px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-description h2 {
    color: #f5f5f5;
    margin-bottom: 5px;
}

.banner-description h3 {
    font: 300 46px "HelveticaNeue";
    color: #fff;
    font-weight: 300;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;

}

.banner-description h3 strong {
    font-weight: 700;
}

.banner-description a {
    font: 500 16px/1 "HelveticaNeue";
    color: #fff;
    display: inline-block;
    margin-top: 27px;
    text-decoration: none;
}

.banner-bottom-wrapper {
    background-color: #00081B;
    text-align: end;
    margin-top: -7px;
}

.banner-bottom-wrapper a {
    background: #00677F;
    font: 500 16px/1 "HelveticaNeue";
    letter-spacing: 4%;
    color: #fff;
    text-decoration: none;
    padding: 36px 100px 42px 187px;
    display: inline-block;
    clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0 100%);
}

.banner-section .section-small-heading {
    font-family: HelveticaNeue;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.home-banner-tag {
    position: absolute;
    top: 0;
    right: 0;
}

/* @media screen and (max-width: 1000px) {
    .banner-description {
        max-width: 400px;
    }
} */

@media screen and (max-width: 1024px) {
    .banner-description {
        max-width: 100%;
    }

    /* .banner-section {
        margin-top: 54px;
    } */

    .banner-description {
        position: relative;
        padding: 38px 16px 144px;
        background-color: #00081B;
        margin-top: -7px;
    }

    .banner-description h2 {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .banner-bottom-wrapper {
        background-color: transparent;
        position: absolute;
        bottom: 24px;
        right: 0;
    }

    .banner-bottom-wrapper a {
        padding: 37px 65px;
        font-size: 14px;
    }

    .banner-description::after {
        left: 0;
        transform: unset;
        clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 60px) 100%, 0% 100%);
    }

    .banner-description h3,
    .home-revenue-heading .bold {
        font-size: 38px;
    }

    .banner-description::before,
    .home-csr-item-2::after {
        background-color: transparent;
    }

    .banner-section .section-small-heading {
        font: 700 14px/22px "HelveticaNeue";
    }
    .banner-description a {
        font: 500 14px/1.5 "HelveticaNeue";
    }

   .home-banner-tag {
    display: none;
   }

}