.single-service-table {
  border-radius: 30px;
  background: linear-gradient(
    0deg,
    rgba(105, 116, 93, 0) 0%,
    rgba(105, 116, 93, 0.05) 100%
  );
}
.single-service-table__wrapper {
  max-width: 1290px;
  margin-left: auto;
  background: #fff;
  margin-right: auto;
  border: 1px solid #e7e7e7;

  border-radius: 30px;
  overflow: hidden;
}
.single-service-table-list {
  padding: 25px 32px;
  /* border-radius: 30px; */
  align-items: center;
  border-bottom: 1px solid #e7e7e7;

  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.single-service-table-list__bottom {
  /* display: flex; */
}
.single-service-table-list__bottom-row {
  display: flex;
}
.single-service-table__heading:first-of-type,
.single-service-table-list__bottom-row-item:first-of-type {
  flex: 1.7;
}
.single-service-table__heading,
.single-service-table-list__bottom-row-item {
  flex: 1;
}
.single-service-table__heading-title {
  color: rgba(59, 59, 59, 0.75);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.53;
}
.single-service-table__heading-title span {
  display: block;
  color: #69745d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.single-service-table-list__bottom {
  padding: 14px 18px;
}
.single-service-table-list__bottom-row-item {
  padding: 28px 22px;
  /* height: 84px; */
  display: flex;
  align-items: center;
}
/* .single-service-table-list__bottom-row-item:nth-of-type(odd) {
  background: #f4f4ec;
}
.single-service-table-list__bottom-row:nth-of-type(odd)
  .single-service-table-list__bottom-row-item:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
} */
.single-service-table-list__bottom-row:nth-of-type(odd) {
  background: #f4f4ec;
  border-radius: 20px;
}
.single-service-table-list__bottom-row-item:nth-of-type(2),
.single-service-table-list__bottom-row-item:nth-of-type(3) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.single-service-table__heading:nth-of-type(2),
.single-service-table__heading:nth-of-type(3) {
  text-align: center;
}
.single-service-table__heading:last-of-type
  .single-service-table__heading-title {
  font-size: 22px;
  font-weight: 400;
}
.single-service-table-list__bottom span,
.single-service-table-list__bottom p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(59, 59, 59, 0.75);
}
.bottom-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 25px;
  color: rgba(41, 48, 58, 0.8);
}
.single-service-table__heading > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-service-table__wrapper
  .single-service-table__heading:first-of-type
  > div {
  justify-content: flex-start;
}
@media only screen and (max-width: 1336px) {
  .single-service-table-list__bottom span,
  .single-service-table-list__bottom p {
    font-size: 16px;
  }
  .single-service-table-list__bottom span,
  .single-service-table-list__bottom p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-table-list__bottom span,
  .single-service-table-list__bottom p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-table-list__bottom-row-item {
    padding: 18px 10px;
  }
  .single-service-table-list__bottom-row-item:nth-of-type(2),
  .single-service-table-list__bottom-row-item:nth-of-type(3) {
    gap: 5px;
  }
  .single-service-table__heading-title {
    font-size: 16px;
  }
  .single-service-table__heading:last-of-type
    .single-service-table__heading-title {
    font-size: 14px;
  }
  .single-service-table__heading:first-of-type,
  .single-service-table-list__bottom-row-item:first-of-type {
    flex: 1;
  }
  .bottom-description p {
    line-height: 1.2;
  }
  #page .single-service-why-us__item {
    background-position: center;
  }
  .single-service-table__heading.text-center > div {
    margin-bottom: 20px;
  }
}
