.single-service-why-us__item-wrapper {
  display: flex;
  gap: 40px;
}
.single-service-why-us__item-wrapper:nth-of-type(odd)
  .single-service-why-us__item:first-of-type,
.single-service-why-us__item-wrapper:nth-of-type(even)
  .single-service-why-us__item:last-of-type {
  width: calc(60% - 20px);
}
.single-service-why-us__item-wrapper:nth-of-type(odd)
  .single-service-why-us__item:last-of-type,
.single-service-why-us__item-wrapper:nth-of-type(even)
  .single-service-why-us__item:first-of-type {
  width: calc(40% - 20px);
}
.single-service-why-us__wrapper {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.single-service-why-us__item {
  padding: 24px 32px;
  border-radius: 12px;
}
.single-service-why-us__item-wrapper:not(:last-of-type) {
  margin-bottom: 40px;
}
.single-service-why-us__item-wrapper p {
  font-weight: 500;
  color: rgba(59, 59, 59, 0.65);

  max-width: 413px;
}
.classic-bg {
  background: #faf3e9;
}
.green-bg {
  background-color: #f1f4e6;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1560px) {
  .single-service-why-us__item-wrapper p {
    max-width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-why-us__item-wrapper {
    flex-direction: column;
  }
  #page .single-service-why-us__item {
    width: 100%;
  }
  .single-service-why-us__item-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  #page .single-service-why-us__item-wrapper:last-of-type .green-bg {
    background-position: 85%;
  }
  .single-service-why-us__item-wrapper:last-of-type .green-bg h3,
  .single-service-why-us__item-wrapper:last-of-type .green-bg p {
    max-width: 65%;
  }
}
.page-id-411 .single-service-why-us {
  /* padding-top: 0; */
  padding-bottom: 0;
}
.page-id-433 .single-service-why-us,
.page-id-451 .single-service-why-us {
  padding-bottom: 0;
}
