html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-service .title {
  margin-bottom: 5rem;
}
.section-service .card2 {
  margin: 1rem 0;
}
.section-service .card2-inner {
  border: 1px solid #747474;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.section-service .card2-inner img {
  transition: all ease-in 0.2s;
}
.section-service .card2-inner:hover img {
  transform: scale(1.1);
}
.section-service .card2-inner:hover .card2-text {
  background-color: #617E68;
}
.section-service .card2-inner:hover .card2-text .h {
  color: #fff;
}
.section-service .card2-inner:hover .card2-text p {
  color: #F5F3F6;
}
.section-service .card2-img {
  height: 30rem;
  overflow: hidden;
  width: 100%;
}
.section-service .card2-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-service .card2-text {
  padding: 3rem;
  min-height: 14.2rem;
  text-align: center;
}
.section-service-details .title {
  margin-bottom: 6rem;
}
.section-service-details .title span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-service-details .card2 {
  margin: 1rem 0;
}
.section-service-details .card2-inner {
  background-color: #617E68;
  border-radius: 10px;
  cursor: pointer;
  padding: 3rem;
  text-align: center;
}
.section-service-details .card2-inner:hover {
  background-color: #998C7B;
}
.section-service-details .card2-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
  height: 9.5rem;
  width: 9.5rem;
}
.section-service-details .card2-icon svg, .section-service-details .card2-icon img {
  max-width: 100%;
}
.section-service-details .card2-text {
  color: #F5F3F6;
}
.section-service-details .card2-text h5 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.section-service-details .row + .row {
  margin-top: 16rem;
}
.section-comn-ep .flower1 {
  top: -18rem;
  right: 2rem;
}
.section-program {
  background-color: rgba(215, 132, 162, 0.1);
}
.section-program .title {
  margin-bottom: 5rem;
}
.section-program .points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.section-program .points li {
  font-size: 2.3rem;
  line-height: 3.3rem;
  padding: 1rem 1.5rem 1rem 3.5rem;
  position: relative;
  width: 47%;
}
.section-program .points li::before {
  content: "";
  position: absolute;
  background-color: rgba(153, 140, 123, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  height: 1.5rem;
  left: 0;
  top: 1.6rem;
  width: 1.5rem;
}
.section-program .listing {
  margin-top: 5.5rem;
}
.section-program .listing .row + .row {
  margin-top: 5.5rem;
}
.section-program .listing .img-box {
  min-height: 52rem;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}
.section-program .listing .img-box img {
  transition: all ease-in 0.2s;
}
.section-program .listing .img-box:hover img {
  transform: scale(1.1);
}
.section-program .listing .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-program .listing .text {
  background-color: #617E68;
  border-radius: 15px;
  color: #333;
  padding: 3rem 4rem;
  height: 100%;
}
.section-program .listing .text .title {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
}
.section-program .listing .text .title h6 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.section-program .listing .text p {
  font-size: 2.3rem;
  line-height: 3.3rem;
  color: #F5F3F6;
}
.section-program .listing .text p + p {
  margin-top: 1.6rem;
}
.section-program .listing .text .points {
  margin: 0;
}
.section-program .listing .text .points li {
  color: #F5F3F6;
  width: 100%;
}
.section-program .listing .text .points li::before {
  background-color: #D784A2;
}

@media screen and (max-width: 1199px) {
  .section-service .card2-inner {
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .section-service .card2-inner {
    min-height: 400px;
  }
  .section-program .listing .col-12 {
    margin: 1rem 0;
  }
  .section-program .listing .row:nth-child(2n) .col-12 {
    order: 2;
  }
  .section-program .listing .row:nth-child(2n) .col-12 + .col-12 {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .section-service .card2-inner {
    min-height: inherit;
  }
}/*# sourceMappingURL=services.css.map */