.swiper {
  width: 75%;
  padding-bottom: 50px; 
  }

  .swiper-slide {
  text-align: center;
  font-size: 16px;

  display: flex;
  flex-direction: row; 
  align-items: stretch;

  background: #e1d2dd;
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  }

  .container-imgCarusel {
  width: 30%;
  min-width: 120px;
  background-color: #fae4bb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  }

  .container-text-dreapta {
  width: 70%;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  }

  .swiper-slide img.imgCarusel {
  display: block;
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #5a2d82;
  margin-bottom: 10px;
  }

  .info {
  color: #5a2d82;
  font-weight: bold;
  margin: 0;
  }

  .container-text-dreapta p {
  font-size: 0.9rem; 
  line-height: 1.4;

  font-weight: bold; 
  color: #222;
  }

  .specializare-info {
  font-size: 0.8rem;
  font-weight: bold;
  }

  .swiper-pagination {
  position: static !important; 
  margin-top: 20px;
  }

  .swiper-pagination-bullet {
  width: 22px !important;
  height: 22px !important;
  background: #2e1042 !important; 
  opacity: 1 !important;
  margin: 0 8px !important;
  transition: all 0.3s ease; 
  }

  .swiper-pagination-bullet-active {
  background: #8e44ad !important; 
  transform: scale(1.2);       
  }

  @media (max-width: 600px) {
  .swiper-slide { 
  flex-direction: column; 
  }

  .container-imgCarusel { 
  width: 100%; 
  flex-direction: row; 
  gap: 15px; 
  }

  .container-text-dreapta { 
  width: 100%; 
  }

  .swiper-slide img.imgCarusel { 
  width: 60px; 
  height: 60px; 
  margin: 0; 
  margin-right: 40px !important; 
  }

  .info {
  font-size: 1.4rem !important; 
  transform: translate(-10px, 0px); 
  }
  }