﻿.rbox-details {
    width: 72%;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .rbox-details h4 {
        font-size: 1.2rem;
    }

.report-box {
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.btn-download {
    font-size: 0.9rem;
}

.rbox-details span {
    color: #2C2C2C;
    font-size: 0.9rem;
}

.rbox-details h4 {
    color: #f36a10;
}

.btn-download.green-btn {
    background: #73A846;
}

    .btn-download.green-btn:hover {
        background: #f36a10;
    }

.bnt_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    min-width: 150px;
    align-items: center;
}

    .bnt_wrapper .rbox-dwnld {
        width: 100%;
    }

        .bnt_wrapper .rbox-dwnld a {
            font-size: 12px;
            padding: 8px 8px;
        }

.brand-section {
    padding: 30px !important;
}



.vision-mission {
    position: relative;
}

    .vision-mission .content-vs {
        padding: 200px 0;
        width: 50%;
        position: relative;
        z-index: 1;
    }

    .vision-mission::after {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 40%);
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .vision-mission .content-vs h4 {
        color: #fff;
    }

    .vision-mission .content-vs p {
        color: #fff;
        font-size: 18px;
    }