@import "../component-sharing-swiper/style.css";

.single-service-share{
    padding-top: 80px;
    padding-bottom: 80px;
    >h2{
        text-align: center;
        margin-bottom: 60px;
    }
}

@media screen and (width < 768px) {
    .single-service-share > h2{
        margin-bottom: 40px;
    }
}
@media screen and (width < 576px) {
    .single-service-share{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}