/* start about-company */


.our-vission .icon {
    background-color: #F5F5F5;
    color: var(--main);
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 22px;

}

.card-body p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}


/* end about-company */
