.relations__row {
    font-size: 0;
}

.relations__col {
    min-width: 442px;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    border: 1px solid #E6EBF1;
    border-radius: 16px;
    padding: 40px;
    margin: 0 16px 0 0;
}
.relations__col:last-child {
    margin: 0;
}
.relations__col:hover {
    border: 1px solid #DD1E31;
}

.relations__icon,
.relations__text {
    display: inline-block;
    vertical-align: middle;
}

.relations__text {
    width: 190px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.relations__icon {
    margin: 0 24px 0 0;
    width: 100px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .relations__col {
      width: 100%;
      padding: 26px;
      min-width: auto;
      margin: 0 0 20px 0;
    }
    .relations__icon {
      margin: 0;
    }
    .relations__text {
      padding: 0 0 0 12px;
    }
    .relations__icon {
      width: 67px;
      height: 90px;
    }
  }
  @media screen and (max-width: 360px) {
    .relations__icon, .relations__text {
      display: block;
      width: 100%;
      padding: 0;
      text-align: center;
      margin: 10px 0 0 0;
    }
    .relations__icon  {
      display: block;
      text-align: center;
      width: 100%;
      background-position: center;
    }
  }/*# sourceMappingURL=style.css.map */