.social-block {
    margin: 100px 0 100px;
}
.social-block__wrap .container h2 {
    margin-bottom: 32px;
}
.social-block__wrap .container h2::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    background: #e2211c;
    margin: 12px auto 0;
}
.social-block__wrap .container {
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.social-block__wrap .social-links-wrap {
    color: #e2211c;
}
.social-block .social-links-wrap a {
    font-size: 26px;
}
.social-block .ctf {
    margin-top: 100px;
    position: relative;
}
.social-block .ctf-carousel .ctf-owl-nav {
    position: absolute!important;
    top: -70px;
    right: 50%;
    margin-right: -54px;
}
.social-block .ctf-carousel .ctf-owl-nav .ctf-owl-next, 
.social-block .ctf-carousel .ctf-owl-nav .ctf-owl-prev {
    position: static!important;
}


@media screen and (max-width: 960px) {
    .social-block .ctf-carousel .ctf-owl-nav {
        bottom: -60px;
        top: auto;
        left: 0;
        right: 0!important;
    }
    .social-block .ctf-carousel .ctf-owl-nav .ctf-owl-next, 
    .social-block .ctf-carousel .ctf-owl-nav .ctf-owl-prev {
        display: none!important;
    }
    .social-block .ctf {
        margin-top: 20px;
    }
}

@media screen and (max-width: 420px) {
    .social-block__wrap .container h2 {
        font-size: 34px;
    }
}