.my-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 1rem 1rem;
}

.my_about_content {
  padding: 0 100px;
  height: 730px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_about_content--title {
  font-size: 2.5rem;
  text-align: justify;
  display: inline-block;
}

.my_about_content--subtitle {
  font-size: 2rem;
}

._banner_main_title {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #242784;
}
._banner_main_subtitle {
  text-align: justify;
  font-weight: 600;
  color: #242784;
}

._banner_main_box_person {
  border: 1px solid #fff;
  padding: 10px;
}
._banner_main_box_person--title {
  color: #242784 !important;
  text-transform: uppercase;
}

._banner_main_box_data {
  border: 1px solid #fff;
  padding: 1rem 0;
  border-radius: 4px;
}

._banner_main_buttons {
  margin-top: 5px;
}
._banner_main_close_button {
  background-color: red;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  left: 120px;
}

.review__title {
  color: #222222;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 40px;
  padding-top: 10px;
}

.review {
  background-color: #dadada;
  padding: 5rem 0;
}

.my-slider-review {
  background-color: white;
  padding: 4rem 2rem;
  min-height: 200px;
}

.review__title__name {
  color: #30a29a;
  font-weight: 800;
  text-align: center;
}

.review__title__text {
  text-align: center;
  margin-top: 1rem;
}

.bar__review-star {
  text-align: center;
}

.bar__review-star i {
  color: #242784;
}

.owl-carousel-review .owl-dots .owl-dot.active span {
  background: #242784;
}

.img-holder:hover {
  cursor: pointer;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;      
  left: 20px;         
  z-index: 9999;
}
.whatsapp-float a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #25D366;  
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 55px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}
.whatsapp-float a:hover {
  background-color: #128C7E;
  text-decoration: none;
}

@media (max-width: 480px) {
  .my_about_content {
    padding: 10px 10px;
  }

  .my_about_content--title {
    font-size: 1.5rem;
    text-align: justify;
  }

  .my_about_content--subtitle {
    font-size: 1.5rem;
    text-align: justify;
  }
}
