.social_channels{
    background-color: #fff;
    position: relative;
}
.social_channels  .manuals-container{
    padding-left: 10.8rem;
    padding-right: 14.9rem;
}
.social_channels .social{
    padding-top: 13.1rem;
}
.social_channels .social .social-content{
    display: flex  ;
    /*gap: 13.7rem;*/
    justify-content: space-between;
    padding-left: 4.3rem;
    padding-right: 1.2rem;
    margin-top: 11.2rem;
    padding-bottom: 16.4rem;
}
.social_channels .social .social-content .social-content-item{
    gap: 5.1rem;
    width:11.1% !important;;
}
.social_channels .social .social-content .social-content-item img{
    width: 12rem;
    height: 12rem;
}

.social_channels .social .title::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 19rem;
    background-color: red;
}
.social_channels .social .social-content .social-content-item span{
    width: 24.7rem;
    height: 4.8rem;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #959595;
    line-height: 3.02rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.social_channels .social .title{
    font-family: '452';
    font-weight: normal;
    font-size: 7.4rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .social_channels .social .social-content .social-content-item{
        margin-top: 10rem;
    }
    .social_channels .social .social-content{
        gap: 19rem;
    }
    .social_channels .social .social-content .social-content-item span{
        width: 49.7rem;
        font-size: 6.5rem;
        line-height: 8.02rem;
        height: auto;
    }
    .social_channels .social .social-content .social-content-item img {
        width: 29.1rem;
        height: 29.1rem;
    }
    .social_channels .social .title{
        font-size: 11.4rem;
    }
    .social_channels .social .title::before{
        width: 33rem;
    }
}