#home_box_1 .font-big{
  font-size:10rem;
  line-height: 0;
}
.text-intro h2{
  margin-bottom: 25px;
  font-weight: 700;
}
#homepage_box_3 h2{
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
#homepage_box_6 h2{
  font-weight: 700;
}
#homepage_box_6 .carousel-item h2{
  /*text-shadow: -1px 1px 2px black;*/
}
#homepage_box_6 h3{
  line-height: 45px;
  color: #7E7E7E;
}
#homepage_box_6 .carousel-control-next, #homepage_box_6 .carousel-control-prev{
  width:5%;
}
.slick-slide-text{

}
.slick-slide-text h4{
  font-size:1.5rem;
}
.slick-slide-text h5{
  font-size:1.2rem;
  color: #7E7E7E;
  text-transform: capitalize;
}


@media screen and (max-width: 1440px){
  #homepage_box_6 h3{
    font-size: 1.8rem;
    line-height: normal;
  }
  #homepage_box_6{
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px){ 
  #home_box_1 .font-big {
    font-size: 6rem;
    line-height: 0;
  }
  #homepage_box_3 h2{
    font-size: 3rem;
  }
  #homepage_box_6 h3{
    font-size: 1.3rem;
    line-height: normal;
  }
  #homepage_box_6{
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px){
  #homepage_box_6 h2, 
  #homepage_box_6 h3{
    line-height: 25px;
    font-weight: 500;
  }
  #homepage_box_3 h2,
  #homepage_box_6 h2,
  #homepage_box_6 h3,
  .text-intro h2{
    font-size: 1rem;
  }
  .title-big{
    line-height: 1.3em;
  }
  
}