.services {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.services-title {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 30px;
}

.service {
  display: flex;
  flex-direction: column;
  max-width: 228px;
  width: 100%;
  max-height: 394px;
}
.service-img {
  background-color: #D9D9D9;
  max-width: 228px;
  width: 100%;
  height: 228px;
  border-radius: 10px;
  margin-bottom: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-info-title {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.service-info-description {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  height: 34px;
  margin: 10px 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.service-info-price {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.service-info-btn {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  background-color: #138F46;
  color: #FFFFFF;
  border-radius: 6px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}/*# sourceMappingURL=services.css.map */