@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* body{
    font-family: 'Poppins', sans-serif; 
    background:#d2d2d2;
    padding:10rem 2rem;
} */
.container-slider{
  width: 80%;
  margin-left: 7%;
  /* margin-left: 7%; */
  margin-bottom: 5%;

  /* margin-top: 1px; */
}
.container-slider h2 {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  text-transform: uppercase;
  /* margin-bottom:3rem; */
  font-weight: 500;
} 
/* Slider */ 
.slick-slide {
  margin: 0px 10px;
} 

img{
	max-width: 100%;
	overflow: hidden;
	background-size: cover;
}

@media (max-width: 991px) {
   
    .container-slider h2{
      font-size: 30px;
    }
   
  }


