.b-service {
  padding: 10px 0 35px;
}
.b-service .aside-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 40px;
  background: #f7f7fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.b-service .aside-card__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #1d1d1b;
}
.b-service .aside-card__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #444444;
}
.b-service .aside-card__img {
  flex-shrink: 0;
  width: 80px;
  -ms-flex-negative: 0;
  margin-right: 20px;
}
.b-service .aside-card__img img {
  width: 100%;
  height: auto;
}
.b-service .aside-card__btn--green {
  color: #ffffff;
  background: #00a88e;
}
.b-service .aside-card__btn {
  padding: 12px 53px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: 1px solid #00a88e;
  border-radius: 4px;
}
.b-service .services__button {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .b-service .aside-card {
    flex-direction: column;
    padding: 30px;
  }
  .b-service .aside-card__img {
    margin: 0 auto 20px auto;
    width: 110px;
  }
  .b-service .aside-card__column,
  .b-service .aside-card__title,
  .b-service .aside-card__text {
    text-align: center;
  }
  .b-service .services__button {
    justify-content: center;
  }
}
