.cable {
  padding: 70px 0;
  background: #000000;
}

@media screen and (max-width: 991px) {
  .cable {
    padding: 40px 0;
  }
}

.cable__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .cable__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cable__block-item {
  width: 50%;
  padding: 5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .cable__block-item {
    padding: 0;
    width: 90%;
  }
}

.cable__block-item img {
  width: 100%;
  max-width: 700px;
}

.cable__block-item h5 {
  font-size: 28px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .cable__block-item h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cable__block-item h5 {
    text-align: start;
    width: 100%;
  }
}

.cable__block-item p {
  font-size: 20px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 0 50px;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .cable__block-item p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cable__block-item p {
    padding: 0;
    text-align: start;
  }
}

.cable__block-item .iconsa {
  max-width: 280px;
}
/*# sourceMappingURL=cable.css.map */