.carousel-card-teacher-es {
  background: #F4F6FB;
}
@media (max-width: 1023.98px) {
  .carousel-card-teacher-es .container-custom {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1320px) {
  .carousel-card-teacher-es .container-custom {
    width: 1200px;
    max-width: 1200px !important;
  }
}
.carousel-card-teacher-es__title {
  color: #FF2846;
  text-align: center;
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .carousel-card-teacher-es__title {
    font-size: 38px;
  }
}
.carousel-card-teacher-es__copy {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  margin-bottom: 48px;
}
.carousel-card-teacher-es__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 45px 30px 0 30px;
  height: 412px;
}
.carousel-card-teacher-es__teacher {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-top: 35px;
  margin-bottom: 5px;
}
.carousel-card-teacher-es__country {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
}
.carousel-card-teacher-es__teacher-image-wrapper {
  width: 174px;
  height: 174px;
  margin: 0 auto;
  position: relative;
  display: block;
  border: 4px solid #00DBD1;
  border-radius: 50%;
  overflow: hidden;
}
.carousel-card-teacher-es__teacher-image {
  position: relative;
  left: -4px;
  top: -4px;
  margin: 0;
  padding: 0;
}
.carousel-card-teacher-es__flag {
  width: 36px;
  height: 36px;
  box-shadow: 0px 4px 10px 0px rgba(0, 120, 255, 0.3);
  border-radius: 50%;
}
.carousel-card-teacher-es__flip-wrapper {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.carousel-card-teacher-es__flip-img {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' fill='none'%3E%3Cpath fill='%23F60' d='M13 .007H0v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H11v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4Z'/%3E%3C/svg%3E");
  width: 17px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  display: block;
}
.carousel-card-teacher-es .wrapper-pagination {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .carousel-card-teacher-es .wrapper-pagination {
    margin-top: 48px;
  }
}
