/* 
    Black Color: #101010;
    Red Color: #f31816;
    Green Color: #b4ca68;
    Gray Color: #f5f5f5;
*/
.cmn-wrapper img{
    border-radius: 8px;
}
.our-vision, .our-strength{
    background-color: rgba(180, 202, 104, 0.20);
}
.our-strength .service-card {
    border-radius: 8px;
}
.our-strength .service-card .img-wrap {
    display: flex;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #e3c1c1;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.our-strength .service-card img {
    max-width: 50px;
}
.our-strength .service-card p {
    margin-bottom: 0px;
}