#Services-wrap {
    padding: 70px 0px
}

#Services-wrap .Services-wrap-Lhs {
    position: sticky;
    top: 125px
}

#Services-wrap .Services-wrap-Lhs h4 {
    font-size: 22px;
    font-weight: var(--font-weight-500);
    margin: 0px 0px 20px
}

#Services-wrap .Services-wrap-Rhs .Services-wrap-card {
    background: #eaeef2;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
    height: 235px
}

#Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon {
    margin-bottom: 15px
}

#Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon img {
    width: 60px
}

#Services-wrap .Services-wrap-Rhs .Services-wrap-card p {
    font-size: var(--fs-16);
    font-weight: var(--font-weight-500);
    margin: 0px;
    line-height: 1.4
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon img {
        width: 60px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card p {
        font-size: var(--fs-14)
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon img {
        width: 55px
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card {
        height: 215px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon img {
        width: 55px
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card {
        padding: 20px 20px;
        height: 220px
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card p {
        font-size: 15px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #Services-wrap {
        padding: 30px 0px
    }
    #Services-wrap .common_tile.mb-5 {
        margin-bottom: 20px !important
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card {
        margin-bottom: 12px
    }
    #Services-wrap .Services-wrap-Lhs {
        position: relative;
        top: 0px;
        margin-bottom: 30px
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card {
        height: auto
    }
    #Services-wrap .Services-wrap-Rhs .Services-wrap-card .Services-wrap-card-icon img {
        width: 55px
    }
}

/*# sourceMappingURL=services-cards-with-icon.css.map */