.solutions {
  padding: 30px 0;
}

.solutions .title {
  margin-bottom: 20px;
}

.solutions .row:not(:last-child) {
  margin-bottom: 35px;
}

.solutions .row>div:first-child {
  margin-bottom: 20px;
}

.solutions .tit {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

.solutions .info {
  line-height: 1.8;
  margin-bottom: 20px;
}

.solutions .btn {
  width: 130px;
  color: #fff;
  padding: 4px 15px;
  border-radius: 21px;
  background-color: var(--style-color);
}

@media (min-width: 992px) {
  .solutions .row>div {
    align-self: center;
  }

  .solutions .row>div:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .solutions {
    padding: 63px 0;
  }

  .solutions .title {
    margin-bottom: 40px;
  }

  .solutions .row:not(:last-child) {
    margin-bottom: 70px;
  }

  .solutions .tit {
    margin-bottom: 28px;
  }

  .solutions .tit:hover {
    color: var(--style-color);
  }

  .solutions .btn {
    transition: opacity .3s;
  }

  .solutions .btn:hover {
    opacity: .8;
  }
}

@media (min-width: 1440px) {
  .solutions {
    padding-bottom: 100px;
  }

  .solutions .title {
    margin-bottom: 53px;
  }

  .solutions .row>div:last-child {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .solutions .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}