.section-1 {
  background-image: url("../Images/Intersection-48.png");
  padding-bottom: 40px;
  padding-top: 40px;
}
.section-1 .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 25px 25px 25px 25px;
}
.section-1 .container .content h2 {
  font-size: 58px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #4d3d3b;
}
.section-1 .container .content p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
}
.section-2 {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("../Images/Group-337.png");
  background-repeat: no-repeat;
  background-position: center;
}
.section-2 .container {
  text-align: center;
  justify-content: center;
}
.section-2 .container h1 {
  font-size: 45px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.51;
  letter-spacing: normal;
  color: #4d3d3b;
  padding-bottom: 10px;
}
.section-2 .container img {
  padding-bottom: 10px;
}
.section-2 .container h2 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #4d3d3b;
  padding-bottom: 10px;
}
.section-2 .container p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #4d3d3b;
}
.section-3 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.section-3 .container {
  display: flex;
  flex-direction: row;
}
.section-3 .container img {
  padding-left: 40px;
}
.section-3 .container .content h1 {
  font-size: 58px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4d3d3b;
  text-align: center;
}
.section-3 .container .content p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
}
.testimonials {
  padding-top: 100px;
}
.testimonials .testimonials-heading {
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #4d3d3b;
  text-align: center;
}
.testimonials .curve-img {
  text-align: center;
  padding-top: 22px;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
/* .carusel-img {
  width: 691.9px;
  height: 315.6px;
} */
.carousel-img {
  background-image: url("/Images/Group-334.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 518px;
}
.carousel-content {
  position: absolute;
  left: 100px;
  top: 230px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
}
.carousel-name {
  position: absolute;
  left: 600px;
  top: 350px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
  color: #de677e;
}
.card-main p {
  margin-bottom: 0rem;
}
.card-main a {
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f38399 !important;
  text-decoration: none;
}
.whatsapp {
  position: fixed;
  right: 40px;
  top: 700px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .section-1 {
    background-image: url("../Images/Intersection-48.png");
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .section-1 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    padding: 25px 25px 25px 25px;
  }
  .section-1 .container img {
    width: 300px;
    height: auto;
    margin-left: 15px;
  }
  .section-1 .container .content h2 {
    font-size: 29px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #4d3d3b;
  }
  .section-1 .container .content p {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #977d7d;
  }
  .section-2 {
    /* padding-top: 130px; */
    /* padding-bottom: 130px; */
    /* background-image: url("../Images/Group 337.png"); */
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-2 .container {
    text-align: center;
    justify-content: center;
  }
  .section-2 .container h1 {
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    color: #4d3d3b;
    padding-bottom: 10px;
  }
  .section-2 .container img {
    padding-bottom: 10px;
  }
  .section-2 .container h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #4d3d3b;
    padding-bottom: 10px;
  }
  .section-2 .container p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #4d3d3b;
  }
  .section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-3 .container {
    display: flex;
    flex-direction: column;
  }
  .section-3 .container img {
    padding-left: 0px;
  }
  .section-3 .container .content h1 {
    font-size: 42px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #4d3d3b;
  }
  .section-3 .container .content p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #977d7d;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px);
 {
  .section-1 {
    background-image: url("../Images/Intersection-48.png");
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .section-1 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    padding: 25px 25px 25px 25px;
  }
  .section-1 .container img {
    width: 320px;
    height: auto;
    margin-left: 15px;
  }
  .section-1 .container .content h2 {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #4d3d3b;
  }
  .section-1 .container .content p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #977d7d;
  }
  .section-2 {
    /* padding-top: 130px; */
    /* padding-bottom: 130px; */
    background-image: url("../Images/Group\ 337.png");
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-2 .container {
    text-align: center;
    justify-content: center;
  }
  .section-2 .container h1 {
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    color: #4d3d3b;
    padding-bottom: 10px;
  }
  .section-2 .container img {
    padding-bottom: 10px;
  }
  .section-2 .container h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #4d3d3b;
    padding-bottom: 10px;
  }
  .section-2 .container p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #4d3d3b;
  }
  .section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-3 .container {
    display: flex;
    flex-direction: column;
  }
  .section-3 .container img {
    padding-left: 0px;
  }
  .section-3 .container .content h1 {
    font-size: 42px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #4d3d3b;
  }
  .section-3 .container .content p {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #977d7d;
  }
  .testimonials {
    padding-top: 50px;
  }
  .testimonials .testimonials-heading {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #4d3d3b;
    text-align: center;
  }
  .testimonials .curve-img {
    text-align: center;
    padding-top: 22px;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carusel-img {
    width: 691.9px;
    height: 315.6px;
  }
  .carousel-content {
    position: absolute;
    left: 15px;
    top: 72px;
    font-family: Poppins;
    font-size: 5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #977d7d;
  }
  .carousel-name {
    position: absolute;
    left: 181px;
    top: 95px;
    font-family: Poppins;
    font-size: 5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: center;
    color: #de677e;
  }
  .carousel-img {
    background-image: url("../Images/Group-334.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 185px;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
}
}
