.services-cards__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.services-cards__item:last-of-type {
  margin-bottom: 0;
}

.services-cards__item-title {
  font-family: "Monterchi Text";
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.services-cards__item-wrapper {
  display: flex;
  align-items: center;
  background-color: #e6f0f0;
  justify-content: space-between;
}

.services-cards__item-image {
  flex-shrink: 0;
  max-width: 315px;
}

.services-cards__item-body {
  padding: 15px 30px 15px 50px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}

.services-cards__item-desc {
  max-width: 274px;
  font-weight: 300;
  color: #263c42;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.services-cards__item-price {
  flex-shrink: 0;
}

.services-cards__price-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #263c42;
  font-weight: 300;
  color: #263c42;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.services-cards__price-item>span {
  display: inline-block;
}

.services-cards__price-item:first-of-type {
  padding-top: 0;
}

.services-cards__price-item:last-of-type {
  padding-bottom: 0;
  border: none
}

.services-cards__price-item {
  display: flex;
  justify-content: space-between;
}

.services-cards__price-item>span:first-child {
  margin-right: 50px;
}

.services-cards__stages-wrapper {
  width: 80%;
}

.services-cards__stages-wrapper>ul:first-child {
  margin-bottom: 50px;
}

@media (max-width: 1297px) {
  .services-cards__item-wrapper {
    flex-direction: column;
  }

  .services-cards__item-desc {
    margin-right: 0;
  }

  .services-cards__item-body {
    justify-content: space-between;
    padding: 50px;
  }


  .services-cards__item-image {
    width: 100%;
    max-width: unset;
    max-height: 234px;
    object-fit: cover;
    height: auto !important;
  }

  .services-cards__stages-wrapper {
    width: auto;
  }
}

.services-cards--type2 .services-cards__item-body {
  align-items: flex-start;
}

.services-cards__item-price-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-cards-desc {
  max-width: 800px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 150%;
}

.services-cards__stages-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
}

.services-cards__stages-item {
  list-style: outside;
  font-weight: 300;
  font-weight: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.services-cards__stages-item.type2 {
  list-style: decimal;
}

.services-cards__stages-item:last-of-type {
  margin-bottom: 0;
}

.services-cards--type5 .services-cards__item-image {
  height: 486px;
}

@media (max-width: 1000px) {
  .services-cards__item-body {
    flex-direction: column;
    padding: 40px;
  }

  .services-cards__item-desc {
    max-width: unset;
  }

  .services-cards__price-item {
    display: flex;
    justify-content: space-between;
  }

  .services-cards__item-price {
    width: 100%;
    margin-top: 30px;
  }

  .services-cards__price-item>span:first-child {
    margin-right: 0;
  }
}