﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
}

h3 {
    font-size: 30px;
    color: #800000;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: bold;
}

h4 {
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0px;
}

span {
    font-size: 18px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
}

.pagecontainer {
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
    min-height: 600px;
}

.content {
    padding: 10px 0;
}


    .content .ourinitiatives__box {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .content .ourinitiatives__box .box {
            width: 400px;
            height: 440px;
            background: #EEEEEE;
            border: 1px solid #800000;
            box-sizing: border-box;
            border-radius: 5px;
            margin-right: 40px;
            margin-bottom: 40px;
        }

            .content .ourinitiatives__box .box .box__heading {
                background: #800000;
                border-radius: 5px 5px 0px 0px;
                height: 45px;
            }

            .content .ourinitiatives__box .box .box__img,
            .content .ourinitiatives__box .box .box__img > img {
                width: 398px;
                height: 223px;
            }

            .content .ourinitiatives__box .box .box__txt {
                padding: 20px 10px;
            }

                .content .ourinitiatives__box .box .box__txt span {
                    font-size: 18px;
                    color: #2d160f;
                    font-family: 'noto sans';
                    margin-bottom: 20px;
                    line-height: 180%;
                }

@media(max-width:1600px) {
}

@media(max-width:1366px) {
    .pagecontainer {
        width: 80%;
    }

    .content .ourinitiatives__box .box {
        width: 334px;
        height: 430px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

        .content .ourinitiatives__box .box .box__img,
        .content .ourinitiatives__box .box .box__img > img {
            height: 191px;
            width: 332px;
        }
}

@media(max-width:1280px) {
    .pagecontainer {
        width: 80%;
    }

    .content .ourinitiatives__box .box {
        width: 308px;
        height: 410px;
    }

        .content .ourinitiatives__box .box .box__img,
        .content .ourinitiatives__box .box .box__img > img {
            width: 306px;
            height: 170px;
        }
}

@media(max-width:1024px) {
    .pagecontainer {
        width: 95%;
    }

    .content .ourinitiatives__box .box {
        width: 400px;
        height: 441px;
        margin-right: 75px;
        margin-bottom: 60px;
    }


        .content .ourinitiatives__box .box .box__img,
        .content .ourinitiatives__box .box .box__img > img {
            width: 398px;
            height: 225px;
        }
}

@media(max-width:768px) {
    .pagecontainer {
        width: 95%;
    }

    .content .ourinitiatives__box .box {
        width: 212px;
        height: 335px;
    }


        .content .ourinitiatives__box .box .box__img,
        .content .ourinitiatives__box .box .box__img > img {
            width: 210px;
            height: 116px;
        }

        .content .ourinitiatives__box .box .box__txt span {
            font-size: 14px;
        }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 420px) {
    h3 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .pagecontainer {
        width: 95%;
        padding: 20px 0;
    }

    .content .ourinitiatives__box .box {
        width: 100%;
        height: 410px;
        margin-bottom: 25px;
        margin-right: 0;
    }


        .content .ourinitiatives__box .box .box__img,
        .content .ourinitiatives__box .box .box__img > img {
            width: 100%;
            height: auto;
        }

        .content span,
        .content .ourinitiatives__box .box .box__txt span {
            font-size: 14px;
        }
}
