.about-intro-container {
    margin-top: 100px;
    padding: 0 40px;
}

.about-intro-container h3 {
    color: black;
    font-size: 32px;
    font-family: 'Revive80';
    margin: 0;
    text-align: center;
}

.aboutus-plan-section h3 {
    font-family: 'Revive80';
}

.aboutus-plan-section {
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'DINLight';
}

.about-intro-sub-title {
    color: black;
    font-size: 24px;
    font-family: 'DINRegular';
    margin: 0;
    text-align: center;
    margin-top: 65px;
}

.about-intro-content {
    color: black;
    font-size: 18px;
    font-family: 'DINLight';
    margin: 0;
    text-align: center;
    margin-top: 35px;
}

.about-rumble-first-container {
    display: flex;
    margin-top: 130px;
}

.about-rumble-first-left-col {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 80px;
}

.about-rumble-first-right-col {
    width: 35%;
}

.about-rumble-first-right-col img {
    width: 100%;
}

.about-rum-title {
    color: black;
    font-size: 32px;
    font-family: 'Revive80';
    margin: 0;
}

.about-sub-heading {
    color: black;
    font-size: 24px;
    font-family: 'DINRegular';
    margin: 0;
}

.about-content {
    color: black;
    font-size: 18px;
    font-family: 'DINLight';
    margin: 0;
}


.about-what-we-offer-container {
    margin-top: 160px;
}

.what-we-offer {
    color: #161C2D;
    font-size: 32px;
    font-family: 'Revive80';
    text-align: center;
    margin: 0;
}

.what-we-offer-content {
    color: #161C2D;
    font-size: 18px;
    font-family: 'DINRegular';
    text-align: center;
    margin: 0;
    margin-top: 35px;
}

.what-we-flex-container {
    width: 100%;
    /* display: flex; */
    margin-top: 65px;
}

.what-we-flex-top-container {
    width: 100%;
    display: flex;
}

.what-we-flex-sec-container {
    width: 100%;
    display: flex;
    margin-top: 75px;
}

.what-we-flex-left-col {
    width: 50%;
    padding-right: 70px;
}

.what-we-flex-right-col {
    width: 50%;
}

.what-we-flex-box {
    width: 100%;
    display: flex;
}

.what-we-flex-box-icon-col {
    width: 10%;
}

.what-we-flex-box-content-col {
    width: 90%;
}

.what-we-flex-box-icon-col img {
    margin-top: 10px;
}

.flex-box-title {
    color: black;
    font-size: 24px;
    font-family: 'DINRegular';
    margin: 0;
}

.flex-box-content {
    color: black;
    font-size: 18px;
    font-family: 'DINLight';
    margin: 0;
    margin-top: 18px;
}


.about-faq-container {
    margin-top: 140px;
    padding: 0 200px;
}

.about-faq-heading {
    color: #161C2D;
    font-size: 32px;
    font-family: 'Revive80';
    margin: 0;
    text-align: center;
}

.about-faq-content {
    color: #161C2D;
    font-size: 19px;
    font-family: 'DINRegular';
    margin: 0;
    margin-top: 55px;
    text-align: center;
}

.faq-accordion-container {
    margin-top: 80px;
}

.faq-accordion-container .accordion-item {
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #E7E9ED;
}

.faq-accordion-container .accordion-header {
    color: #161C2D;
    font-size: 24px;
    font-family: 'DINRegular';
}

.faq-accordion-container .accordion-header button {
    background-color: transparent;
    box-shadow: none;
    color: #161C2D;
}

.faq-accordion-container .accordion-body {
    color: #161C2D;
    font-size: 18px;
    font-family: 'DINLight';
    padding: 25px 20px 50px 20px;
}

.faq-last-p {
    color: #161C2D;
    font-size: 17px;
    font-family: 'DINRegular';
    text-align: center;
    margin: 0;
    margin-top: 45px;
}

.faq-last-p span {
    color: #F5484D;
}

.about-rum-root-container {
    margin-top: 150px;
    padding-bottom: 100px;
    padding: 0 240px 100px;
}

.about-rum-root-title {
    color: #161C2D;
    font-size: 32px;
    font-family: 'Revive80';
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}

.about-rum-root-content {
    color: #161C2D;
    font-size: 18px;
    font-family: 'DINLight';
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
}

.bg-op-red {
    /* background-color: rgba(255, 0, 0, 0.5); */
    background-color: rgba(245, 72, 77, 1);
    background-image: url('../../assets/media/content-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-op-green {
    background-color: rgba(185, 255, 102, 1);
    background-image: url('../../assets/media/content-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-op-violet {
    background-color: rgba(151, 71, 255, 1);
    background-image: url('../../assets/media/content-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-op-green h2,
.bg-op-green p {
    color: rgba(151, 71, 255, 1) !important;
}

.hero-section-col .outline-font {
    font-family: 'Revive80Outline';
    color: #fff;
}
.contact-us-text{
    font-family: 'DINRegular';
}

.sub-section-about .home-five-black-container-left-col,
.sub-section-about .home-five-black-container-center-col,
.sub-section-about .home-five-black-container-right-col {
    text-align: justify
}

@media(max-width: 767px) {
    .about-intro-container {
        margin-top: 0;
        padding: 0 10px;
    }

    .about-intro-container h3 {
        font-size: 22px;
    }

    .about-intro-sub-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .about-intro-content {
        font-size: 16px;
        margin-top: 20px;
    }

    .about-rumble-first-container {
        display: block;
        margin-top: 60px;
    }

    .about-rumble-first-left-col {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .about-rum-title {
        font-size: 22px;
    }

    .about-sub-heading {
        font-size: 20px;
        margin-top: 14px;
    }

    .about-content {
        font-size: 16px;
        margin-top: 14px;
    }

    .about-rumble-first-right-col {
        width: 100%;
    }

    .about-what-we-offer-container {
        margin-top: 50px;
        padding: 0 10px;
    }

    .what-we-offer {
        font-size: 22px;
    }

    .what-we-offer-content {
        font-size: 16px;
        margin-top: 20px;
    }

    .what-we-flex-container {
        width: 100%;
        margin-top: 50px;
    }

    .what-we-flex-top-container {
        width: 100%;
        display: block;
    }

    .what-we-flex-left-col {
        width: 100%;
        padding-right: 0;
    }

    .what-we-flex-right-col {
        width: 100%;
        margin-top: 20px;
    }

    .what-we-flex-box-icon-col {
        width: 15%;
    }

    .what-we-flex-box-content-col {
        width: 85%;
    }

    .what-we-flex-box-icon-col img {
        margin-top: 5px;
        width: 30px;
    }

    .flex-box-title {
        font-size: 22px;
    }

    .flex-box-content {
        font-size: 16px;
        margin-top: 10px;
    }

    .what-we-flex-sec-container {
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    .about-faq-container {
        margin-top: 50px;
        padding: 0 10px;
    }

    .about-faq-heading {
        font-size: 22px;
    }

    .about-faq-content {
        font-size: 16px;
        margin-top: 20px;
    }

    .faq-accordion-container {
        margin-top: 20px;
    }

    .faq-accordion-container .accordion-item {
        padding: 0;
    }

    .faq-accordion-container .accordion-body {
        font-size: 16px;
        padding: 20px 20px 25px 20px;
    }

    .faq-last-p {
        font-size: 16px;
        margin-top: 40px;
    }

    .about-rum-root-container {
        margin-top: 60px;
        /* margin-bottom: 100px; */
        padding: 0 10px 100px;
    }

    .about-rum-root-title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .about-rum-root-content {
        font-size: 16px;
    }
}