/* PRODUCT SERVICE */
.product-services__outer-wrap {
    background-color: #E8EBFF;
    padding: 70px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cont.product-services__head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}

.service {
    margin-bottom: 30px;
}

.service .service__head {
    margin-top: 15px;
    font-weight: 700;
    font-size: -webkit-calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
    color: #000;
    display: block;
}

.service .service__text {
    font-size: 13px;
    margin-top: 15px;
}

.service .service__btn {
    margin-top: 25px;
    width: 112px;
    position: relative;
    background-color: white;
    border: 1px solid white;
}

.service .service__img {
    border-bottom: 4px solid #f68121;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 224px;
}

.service:nth-child(odd) .service__img-wrap-after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    overflow: hidden;
}

.service:nth-child(even) .service__img-wrap-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 59%;
    height: 76%;
}

.service .service__img-wrap {
   /* border-bottom: 4px solid #f68121;   */
    position: relative;
    font-size: 0;
    display: block;
}

.service .service__img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.service .service__img-wrap-after img {
    width: 100%;
    height: auto;
    display: none;
}
/* END PRODUCT SERVICE */