.section-seven-channels .section-title {
    color: rgb(179, 27, 31);
    line-height: 1.136;
    text-align: left;
    margin-bottom: 5%;
}

.section-six-channels .section-title {
    color: rgb(179, 27, 31);
    line-height: 1.273;
    text-align: left;
    margin-bottom: 5%;
}

.section-services .section-title {
    color: rgb(179, 27, 31);
    font-weight: bold;
    line-height: 1.273;
    margin-bottom: 5%;
}

.section-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-services .section-list-1{
    background: #fff;
    margin-bottom: 5%;
}

.section-services .section-list-2 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section-seven-channels .section__el{
    width: 25%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    flex: auto 0 0;
}

@media screen and (max-width: 760px){
    .section-seven-channels .section-list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .section-seven-channels .section__el {
        width: 180px;
        text-align: center;
    }
}


.section-seven-channels .section__el > div{
   display: inline-block;
    text-align: center;
}

.section-six-channels .section__el{
    width: 33.3333%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 10px;
    text-align: left;
    flex: auto 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 480px){
    .section-six-channels .section__el {
        width: 50%;
    }
    .section-six-channels .section-list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media screen and (max-width: 360px){
    .section-six-channels .section__el {
        width: 100%;
    }
}

.section-services .section-list-1 .section__el{
     width: 50%;
     box-sizing: border-box;
     margin: 0;
     padding: 25px;
     text-align: left;
     flex: auto 0 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: justify;
     justify-content: flex-start;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-align-items: center;
     align-items: center;
 }

@media screen and (max-width: 680px){
    .section-services .section-list-1 .section__el {
        width: 100%;
    }
}

@media screen and (min-width: 681px){
    .section-services .section-list-1 .section__el:last-child{
         -webkit-justify-content: flex-end;
         justify-content: flex-end;
    }
}


.section-services .section-list-2 .section__el {
    /*width: 25%;*/
    box-sizing: border-box;
    margin: 0;
    padding: 20px 10px;
    text-align: left;
    flex: auto 0 0;
    max-width: 50%;
}

.section-services .section-list-2 .section__el > div{
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 10px;
    width: 150px;
    max-width: 100%;
}


.section-seven-channels .el-content{
    font-size: 20px;
    color: rgb(47, 47, 47);
    font-weight: bold;
    line-height: 1.2;
}

.section-six-channels .el-content{
    font-size: 12px;
    color: rgb(47, 47, 47);
    font-weight: bold;
    line-height: 1.2;
}

.section-services .section-list-1  .el-content {
    font-size: 30px;
    color: rgb(47, 47, 47);
    font-weight: bold;
    line-height: 1.867;
}

.section-services .section-list-2 .el-content {
    font-size: 18px;
    color: rgb(66, 66, 66);
    font-weight: bold;
    line-height: 1.111;
}

.section-seven-channels .el-icon{
    margin: 0 0 10px 0;
    max-width: 100%;
    display: inline-block;
}

.section-six-channels .el-icon{
    margin: 0 20px 0 0;
}

.section-services .section-list-1  .el-icon {
    margin: 0 20px 0 0;
}

.section-services .section-list-2 .el-icon {
    margin: 10px 0 0 0;
    max-width: 100%;
    display: inline-block;
}

@media screen and (max-width: 379px){
    .section-seven-channels .section__el {
        width: 50%;
    }

    .section-seven-channels .el-content {
        font-size: 16px;
    }

    .section-services .section-list-1 .el-content {
        font-size: 20px;
    }
}