.who-we-are-section .summary-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/summary-image.jpg);
    border-radius: 20px;
}

.vision-message-section .row {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/vision-message-image.jpg);
}

.vision-message-section .wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 85px 125px 85px 245px;
}

.vision-message-section .wrapper h5 {
    color: #1B3764;
}

.strategy-section .strategy-image {
    box-sizing: border-box;
    position: relative;
    min-height: 350px;
}

.strategy-section .strategy-image .wrapper {
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/strategy-image.jpg);
    position: absolute;
    bottom: 35px;
    right: 70px;
    z-index: 1;
}

.strategy-section .strategy-image .border {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    bottom: 10px;
    right: 40px;
    border: 12px solid rgba(170, 170, 170, 1) !important;
}

.activities-section .activities-image {
    box-sizing: border-box;
    position: relative;
    min-height: 350px;
}

.activities-section .activities-image .wrapper {
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/activities-image.jpg);
    position: absolute;
    bottom: 35px;
    right: 70px;
    z-index: 1;
}

.activities-section .activities-image .border {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    bottom: 10px;
    right: 40px;
    border: 12px solid rgba(170, 170, 170, 1) !important;
}

.statistics-section .statistics-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/summary-image-2.png);
    border-radius: 20px;
    height: 350px;
}

.statistics-section .statistics-content .text {
    color: rgba(170, 170, 170, 1);
}

.statistics-section .statistics-content .statistic {
    background-color: #FFFFFF;
    border-radius: 13px;
}


@media all and (max-width: 1200px) {
    .strategy-section .strategy-image {
        min-height: 250px;
        margin: 50px 0;
    }

    .activities-section .row {
        justify-content: start !important;
    }

    .activities-section .activities-image {
        min-height: 250px;
        margin: 50px 0;
    }

    .activities-section .activities-content {
        margin: 0 !important;
    }

    .statistics-section .statistics-content .statistic h3 {
        font-size: 18px !important;
    }

    .statistics-section .statistics-content .statistic h5 {
        font-size: 17px !important;
    }
}

@media all and (max-width: 991px) {
    .who-we-are-section .summary-image {
        margin: 20px 0;
        min-height: 300px;
    }

    .who-we-are-section .summary-content h5 {
        font-size: 17px !important;
    }

    .who-we-are-section .summary-content p {
        font-size: 16px !important;
    }

    .vision-message-section .wrapper {
        padding: 50px;
    }

    .vision-message-section .wrapper h5 {
        font-size: 17px !important;
    }

    .vision-message-section .wrapper p {
        font-size: 16px !important;
    }

    .strategy-section .strategy-content h5 {
        font-size: 17px !important;
    }

    .strategy-section .strategy-content p {
        font-size: 16px !important;
    }

    .activities-section .activities-content h5 {
        font-size: 17px !important;
    }

    .activities-section .activities-content p {
        font-size: 16px !important;
    }

    .statistics-section .statistics-content .statistic h3 {
        font-size: 17px !important;
    }

    .statistics-section .statistics-content .statistic h5 {
        font-size: 16px !important;
    }
}


@media all and (max-width: 575px) {
    .who-we-are-section .summary-image {
        margin: 20px 0;
        min-height: 200px;
    }

    .who-we-are-section .summary-content h5 {
        font-size: 16px !important;
    }

    .who-we-are-section .summary-content p {
        font-size: 14px !important;
    }

    .vision-message-section .wrapper {
        padding: 30px;
    }

    .vision-message-section .wrapper h5 {
        font-size: 16px !important;
    }

    .vision-message-section .wrapper p {
        font-size: 14px !important;
    }

    .strategy-section .strategy-content h5 {
        font-size: 16px !important;
    }

    .strategy-section .strategy-content p {
        font-size: 14px !important;
    }

    .activities-section .activities-content h5 {
        font-size: 16px !important;
    }

    .activities-section .activities-content p {
        font-size: 14px !important;
    }

    .statistics-section .statistics-image {
        width: 300px;
        height: 300px;
    }
}