.contact-form-section {
  width: 100%;
  max-width: 100%;
}
.error-message {
  color: red;
}
.box-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
  color: #ffffff;
}
.box-swiper .cards {
  display: flex;
  padding: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.box-swiper .cards .lf {
  width: 50%;
  min-width: 400px;
}
.box-swiper .cards .lf img {
  border-radius: 75px;
  max-width: 300px;
}
.box-swiper .cards .rg {
  width: 50%;
  min-width: 400px;
}
.box-swiper .cards .rg h2 {
  font-size: 2rem;
}
.box-swiper .cards .rg .img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}
.box-swiper .cards .rg .img img {
  width: 155px;
  height: 46px;
}
.faq-item {
  padding: 20px;
}
.title-p {
  text-align: left;
}
.title-p strong {
  font-size: 1.5rem;
}
/*# sourceMappingURL=style.css.map */