/* css for About Us page */

#aboutUs{
    padding: 3rem;
    padding-top: 2rem;
}

#aboutUs h2{
    color: #333333;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
}
#aboutUs h3{
    color: #FF6600;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 10px;
}
.history-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}
.history-img-bg{
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 20px;
    height: 300px;
    width: 90%;
    background: #FF6600;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    z-index: -1;
}
.about-message-row{

}
.a-c-div{
    padding: 1rem .5rem;
}
.c-man-img{
    position: relative;
    width: 100%;
    height: 200px;
}
.c-man-img-bg{
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 20px;
    height: 200px;
    width: 90%;
    background: #FF6600;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    z-index: -1;
}
.o-bodr{
    border: 1px solid #FF6600;
}
#about-related-org{
    padding-bottom: 5rem;
}
@media(max-width: 768px){
    #aboutUs{
        padding-top: 1rem;
    }

    #aboutUs h2{
        line-height: 1.7;
        font-size: 20px;
        text-align: left;
    }
    #aboutUs h3{
        line-height: 1.7;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .a-c-div p{
        font-size: 14px;
        text-align: justify;
    }
    .history-img{
        width: 100%;
        height: 200px;

    }
    .history-img-bg{
        position: absolute;
        top: 5px;
        right: 10px;
        bottom: 20px;
        height: 200px;
        width: 90%;
        background: #FF6600;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        border-radius: 10px;
        z-index: -1;
    }
    #about-related-org{
        padding-bottom: 4rem;
    }
    .related-heading{
        line-height: 1.7;
        font-size: 20px;
        margin-bottom: 0rem;
    }

}
