/* @media (max-width:1170px) {
    .section-title {
        max-width: 50%;
    }
    .banner_section .carousel-item {
        height: 100vh;
    }
} */

@media (max-width:1024px) {

    .section-title {
        max-width: 40%;
    }
    .banner_section .carousel-item {
        height: 50vh;
    }
}

@media (max-width:820px) {
    .section-title {
        max-width: 50%;
    }
    .banner_section .carousel-item {
        height: 60vh;
    }

}

@media (max-width:768px) {

    
    .section-title {
        max-width: 50%;
    }
    .banner-section {
        max-height: 70vh;
    }
    .banner_section .carousel-item {
        height: 80vh;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 10%; /* Increase size for smaller screens */
    }
    
}


@media (max-width:440px) {
    .banner_section .carousel-item {
        height: 70vh;
    }
    .section-title {
        max-width: 80%;
        margin-top: 5rem;
    }


}



@media (max-width:430px) {

  .wax-mas {
    text-align: center;
  }
  .section-title {
    max-width: 80%;
    margin-top: 1rem;
  }
  .banner_section .carousel-item {
    height: 60vh;
}
.carousel-item {
    text-align: center;
    padding: 0 30px;
  }

}

@media (max-width:390px) {
    .banner_section .carousel-item {
        height: 80vh;
    }

}

