.services {
  padding-top: 30px;
  padding-bottom: 30px;
}

.services .title {
  margin-bottom: 20px;
}

.services .row:not(:last-child) {
  margin-bottom: 30px;
}

.services .row>div:first-child img {
  border-radius: 20px;
}

.services .info-group {
  padding-top: 15px;
}

.services .icon {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .icon img {
  width: auto;
  height: 25px;
}

.services .tit {
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
  color: var(--style-color);
}

.services .info {
  line-height: 1.8;
  max-height: 116px;
}

@media (min-width: 992px) {
  .services .row:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .services .row>div:last-child {
    display: flex;
    justify-content: center;
  }

  .services .row:nth-child(even) .info-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .services .row>div:last-child {
    flex: 0 0 calc(50% - 45px);
    max-width: calc(50% - 45px);
  }

  .services .info-group {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .services {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .services .title {
    margin-bottom: 40px;
  }

  .services .row:not(:last-child) {
    margin-bottom: 60px;
  }

  .services .row:not(:last-child)>div:last-child {
    border-top: 1px solid var(--style-color);
  }

  .services .row>div:last-child {
    transform: translateY(60px);
  }

  .services .row:not(:last-child):nth-child(odd)>div:last-child {
    border-right: 1px solid var(--style-color);
  }

  .services .row:not(:last-child):nth-child(even)>div:last-child {
    border-left: 1px solid var(--style-color);
  }

  .services .icon {
    width: 85px;
    height: 85px;
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }

  .services .icon img {
    height: 32px;
  }

  .services .row:nth-child(odd) .icon {
    left: -15px;
    transform: translate(-50%, -50%);
  }

  .services .row:nth-child(even) .icon {
    right: -15px;
    transform: translate(50%, -50%);
  }

  .services .info-group {
    padding: 30px 40px 30px 25px;
  }

  .services .tit {
    margin-bottom: 12px;
  }
}

@media (min-width: 1440px) {
  .services .row>div:first-child {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .services .row>div:last-child {
    flex: 0 0 39%;
    max-width: 39%;
  }

  .services .row>div:last-child {
    transform: translateY(97px);
  }

  .services .info-group {
    padding: 40px 45px 40px 38px;
  }

  .services .icon {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1640px) {
  .services {
    padding-bottom: 84px;
  }

  .services .title {
    margin-bottom: 53px;
  }

  .services .row:not(:last-child) {
    margin-bottom: 80px;
  }

  .services .icon {
    width: 114px;
    height: 114px;
  }

  .services .icon img {
    height: 38px;
  }

  .services .info-group {
    padding-left: 59px;
  }

  .services .info {
    max-height: 144px;
  }
}