.team-member-photo{
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
}

.company-profile-photo{
    width: 118px !important;
    height: 118px !important;
    border-radius: 50%;
    object-fit: cover;
}
.service-cover-photo{
    width: 500 !important;
    height: 600 !important;
    /* border-radius: 50%; */
    object-fit: cover;
}

.service-icon{
    width: 64px !important;
    height: 64px !important;
    /* border-radius: 50%; */
    object-fit: cover;
}
.about-photo{
    width: 500 !important;
    height: 700 !important;
    /* border-radius: 50%; */
    object-fit: cover;
}

.tyme-container{
    height: 150px; overflow-y: auto;
}
.testimonial-photo{
    width: 100 !important;
    height: 100 !important;
    /* border-radius: 50%; */
    object-fit: cover;
}
