/*MACBOOK ALE*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1450px)  {
    
.hero-inside-container-title h1 {
  font-family: 'Bodoni Moda', serif;
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  color: #fff;
}

.staff-box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  min-height: 69vh;
}

}





/*BIG SCREEN*/
@media screen 
  and (min-device-width: 1600px) 
  and (max-device-width: 5000px)  {


.hero-title-container {
  left: 19.5rem;
  max-width: 62%;
}
  .hero-title-container {
  left: 19.5rem;
  top: 0;
}
.swiper-pagination {
  right: 19.6rem !important;
}

.news-img {
  height: 60vh;
  margin-bottom: 2rem;
}

.template-image {
  height: 40vh;
}
.staff-box {
  min-height: 55vh;
}
.home-news-card-img {
  height: 25vh;
}

.home-news-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



}


