.mgh-ServicePf-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.mgh-ServicePf-slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mgh-ServicePf-sliderMedia {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mgh-ServicePf-sliderImg {
  display: block;
  width: 100%;
  min-height: 55vh;
  max-height: 70vh;
  margin: 0;
  padding: 0;
}
.mgh-ServicePf-sliderOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
}
.mgh-ServicePf-title {
    font-size: 1.8rem;
    color: #EAB887;
    font-weight: 800;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.54);
}
.mgh-ServicePf-excerpt {
    font-size: 1rem;
    color: #FCF6F5;
    font-weight: 300;
    text-align: center;
    line-height: 2rem;
    padding: 0.5rem 20rem;
}

.mgh-ServicePf-heading {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.54);
  color: #EAB887;
  font-size: 1.1rem;
}

.mgh-ServicePf-heading::after{ 
  content: "";
  display: block;
  inline-size: 4rem;
  block-size: 1.5rem;
  background: url("https://elika-group.com/wp-content/uploads/2025/09/mgh-projectP-titleBox-Icon.svg")
              no-repeat center / contain;
  margin-block-start: 0.2rem;
  margin-inline-end: auto;
  align-self: flex-start;
}

.mgh-ServicePf-paragraph {
  font-size: 1rem;
  text-align: justify;
  line-height: 2.2rem;
  font-weight: 300;
  color: #FCF6F5;
  margin: 0 !important;
}
.mgh-ServicePf-list {
 font-size: 1rem;
 text-align: justify;
 line-height: 1.9rem;
 font-weight: 300;
 color: #FCF6F5;
 margin: 0.5rem 2rem !important;
}
.mgh-ServicePf-li {
  margin: .25rem 0;
  line-height: 1.8;
}
.mgh-ServicePf-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem !important;
}



@media (max-width:768px){
    .mgh-ServicePf-title {font-size: 1rem !important; font-weight: 600 !important;}
    .mgh-ServicePf-excerpt{font-size: 0.83rem !important; color: #FCF6F5 !important; line-height: 1.4rem !important; padding: 0.5rem 2rem !important; text-align: justify !important;}
    .mgh-ServicePf-heading {font-size: 0.9rem !important; font-weight: 500 !important;}
    .mgh-ServicePf-paragraph {font-size: 0.83rem !important; line-height: 1.8rem !important;}
    .mgh-ServicePf-li {font-size: 0.83rem !important; margin: 0rem -1.5rem 0.4rem 0rem !important; color: #FCF6F5 !important; font-weight: 300 !important;}
    .mgh-ServicePf-image{border-radius: 0.4rem !important;}
    .mgh-ServicePf-content {gap: 1.5rem !important;}
}