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

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

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