#about-us{
    text-align: center;
}

#heading{
    color: rgb(19, 77, 91);
}

#sub-heading{
    font-size: 12.5px;
    font-weight: bold;
}

#img-div{
    display: flex;
    justify-content: center;
}

.img-card{
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.photo{
    height: 180px;
    width: 180px;
    object-fit: cover;
    object-position: top;
}

.img-name{
    font-weight: bold;
}

.img-designation{
    font-size: 13px;
}

#stats-div{
    display: flex;
    justify-content: center;
}

#stats{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(248, 174, 15);
    margin-top: 20px;
    width: 1050px;
    height: 100px;
}

.count{
    font-size: 18px;
    font-weight: bold;
}

.count-title{
    font-size: 12px;
    font-weight: bold;
}

#bottom-heading{
    font-size: 20px;
    font-weight: 600;
    color: rgb(30, 30, 85);
}

#bottom-subheading{
    font-size: 12.5px;
    font-weight: bold;
}

#bottom-div{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bottom-inner-div{
    margin-right: 30px;
}

.icons{
    height: 30px;
}

.icon-title{
    font-weight: bold;
    font-size: 14px;
}

.icon-description{
    font-size: 12px;
}