img {
    border-radius: 10px;
}

body {
    background: var(--red-bg);
}

section.training-banner h1 {
    @media(max-width: 575px) {
        font-size: 40px !important;
    }

}

section.image__content h2 {
    @media(max-width: 575px) {
        font-size: 40px !important;
    }
}


/* training banner */

section.training-banner {
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-content: center;
}

section.training-banner .training-banner-content {
    max-width: 734px;
    width: 100%;
}

section.image__content h1,
section.image__content h2
/* image and content */

section.image__content .col:nth-of-type(2)>img {
    width: 776px;
    height: 568px;

    @media(max-width: 825px) {
        height: initial;
        width: 720px;
    }

    @media(max-width: 525px) {
        height: initial;
        width: 325px;
    }
}

section.image__content {
    position: relative;
}

section.image__content .content {
    max-width: 650px;
    width: 100%;
}

section.image__content .image__content_row {
    justify-content: space-between;
    gap: 30px;
}

section.image__content .content * {
    color: white;
}

section.image__content .logo_bg {
    position: absolute;
    bottom: 0;
}

section.image__content .container-class {
    position: relative;
    z-index: 2;
}


/* Contact Us */

section.contact-us {
    background-color: var(--red-bg);
    margin-top: -1px;
}


section.training-contact-section .last-contact-section .marquee {
    padding: 0 100px;
    background-position: right;
    background-repeat: no-repeat;
    align-content: center;
    background-size: cover;
    height: 373px;
    @media(max-width: 575px){
        height: unset;
    }
}

/* 
section.the_value .the_value {}

 */


section.training-contact-section h2 {
    @media(max-width: 575px) {
        font-size: 40px;
    }

}

section.training-contact-section .row__contact {
    position: relative;
    z-index: 1000;
}

.last-contact-section .marquee::before {
    z-index: 100;
    border-radius: 5px;
}

@media(max-width:575px) {
    section.training-banner {
        height: 525px;
    }
}

@media (max-width: 1199px) {
    section.training-banner {
        height: 750px;
    }

    section.image__content .content {
        max-width: 100%;
    }

    section.image__content .logo_bg {
        position: absolute;
        bottom: unset;
        right: 8.6rem;
    }

    section.training-contact-section .last-contact-section .marquee {
        padding: 0 70px;
    }
}

@media (max-width: 991px) {
    .last-contact-section .red-cta {
        float: unset;
    }

    .last-contact-section .contact-dark-overlay {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.6);
        /* Black with 50% opacity */
        z-index: 1;
    }
}

@media (max-width: 575px) {
    section.training-contact-section .last-contact-section .marquee {
        padding: 20px 50px;
    }

         section.image__content .logo_bg {
             right: 0;
         }
}