#commitment{
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  float: left;
  background: url(../images/commiti_bg.jpg)  no-repeat bottom;

    background-repeat: no-repeat;
    background-size: cover;
}

html {
  scroll-behavior: smooth;
}

.slider-section {

  overflow: hidden;
margin: 5% 0;
  padding: 0;

}
.container-slide {
  margin: auto;
  padding: 12px;
  width: 100%;
  max-width:90%;
  text-align: center;
}
.container-slide h1 {
    text-align: start;
    margin-bottom: 2%;

  font-family: "Ancizar Serif";
color: #0d4625;
  font-weight: 700;
  font-style: normal;

    font-size: 32px;
}


.slides {
  margin: 32px auto;
}
.slider-section .slick-slide {

  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #b83b5e;
}
/* .slick-slide:not(.slick-current) {
  opacity: 0.2;
} */

.bottom-slider .slick-slide {
  margin-block: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}
.slick-slide {

  color: #6a2c70;
  margin: 0 12px;
}
.slick-dots li button:before {
  color: #c0eee4;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  color: #f08a5d;
  opacity: 1;
}
.slick-next,
.slick-prev {
  width: fit-content;
  height: auto;
}
.slick-next:before,
.slick-prev:before {
  font-size: 2.5rem;
  opacity: 0.5;
  color: #f08a5d;
}
.slick-next {
  right: -40px;
}
.slick-prev {
  left: -40px;
}


.top-slider .text-wrapper {
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
}
.top-slider .text-wrapper img {
  width: 100%;
  height: auto; /* Set a fixed height for consistency */
  object-fit: cover; /* Ensures image fills box without stretching */
  border-radius: 10px;
  /* margin-bottom: 10px; */
}
.top-slider .text-wrapper h4 {
  font-size: 22px;
  margin: 5px 0;
  color: #253c86;
  
}

.top-slider .text-wrapper p {
  font-size: 20px;
  color: #777;
}



.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}



@media only screen and (min-width: 301px) and (max-width: 400px) {


.container-slide h1 {
    text-align: start;
    margin-bottom: 2%;
    font-size: 22px;
}

}