.services-block {
  padding: 50px 0;
}

.services-block .wrapper .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.services-block .wrapper .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #a5a5a5;
  width: 80%;
}

.services-block .wrapper .services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.services-block .wrapper .services .service-item {
  width: 31%;
  margin-right: 2%;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 3%;
}

.services-block .wrapper .services .service-item .image {
  width: 100%;
  position: relative;
  height: 270px;
  flex-shrink: 0;
}

.services-block .wrapper .services .service-item .image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-block .wrapper .services .service-item .info-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0px 0px 20px 20px;
  color: #000000;
}

.services-block .wrapper .services .service-item .info-wrap .name {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.services-block .wrapper .services .service-item .info-wrap .text {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
}

.services-block .wrapper .services .service-item .info-wrap .price {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.services-block .wrapper .services .service-item .info-wrap .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.services-block .wrapper .services .service-item .info-wrap .buttons a,
.services-block .wrapper .services .service-item .info-wrap .buttons button {
  padding: 12px 35px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .services-block .wrapper .services .service-item .info-wrap .buttons a,
  .services-block .wrapper .services .service-item .info-wrap .buttons button {
    padding: 8px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .services-block .wrapper .desc {
    width: 100%;
  }

  .services-block .wrapper .services .service-item {
    width: 48%;
  }
}

/* @media screen and (max-width: 767px) {
  .services-block .wrapper .services .service-item {
    width: 100%;
  }
} */

@media screen and (max-width: 767px) {
  .services-block .wrapper .services .service-item .image {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 607px) {
  .services-block .wrapper .services .service-item .info-wrap .name {
    font-size: 3vw;
  }

  .services-block .wrapper .services .service-item .image {
    height: 55vw;
  }
}

@media screen and (max-width: 360px) {
  .services-block .wrapper .services .service-item .info-wrap .name {
    font-size: 2.8vw;
  }

  .services-block .wrapper .services .service-item .info-wrap .buttons button {
    padding: 8px 7px;
  }
}
