.services-description__card.reverse {
  flex-direction: row-reverse;
}

.services-description__card:not(:last-child) {
  margin-bottom: 100px;
}

.services-description {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
padding: 100px 20px;
align-self: stretch;
background: #E8E6D4;
}

.services-description__card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #E8E6D4;
  border-radius: 8px;
  min-height: 550px;
  gap: 20px;
}

.services-description__text-block {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.description-name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  color: #18383C;
  margin-bottom: 20px;
}

.description-name .highlight-name {
  color: var(--color-orange);
}

.description-procedure {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #18383C;
  margin-bottom: 30px;
}

.description-procedure .highlight-procedure {
  color: var(--color-orange);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: var(--Label-Large-Line-Height, 20px);
}

.description-procedure p {
  margin: 0 0 16px;
}

.services-description__image-block {
  width: 570px;
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.services-description__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.services-description-btn {
  width: 263px;
  ;
  display: flex;
  padding: 21px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.services-description__card-heading {
  height: 96px;
  margin: 0 auto;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
}

.card-heading__line1 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  color: #18383C;
}

.card-heading__line2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  color: var(--color-orange);
}