.para-fs {

    font-size: 20px;
    font-weight: 400;
}

.image-anime {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


.why-choose-us-tailoring .list-style1 li {
    font-size: 16px;
}

.team-member.style1 .team-info span {
    font-size: 18px;
}