  #hero-head{
    font-size: 49px !important;
    color: #213B52 !important;
  }
  #hero-text{
    font-size: 20px !important;
  }
  #overview-paras{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #over-view-head{
    font-size: 32px !important;
    font-family: 'Roboto', sans-serif;
  }
  #overview-paras>div{
    text-align: justify;
  }
  .box>h3{
    font-size: 22px !important;
    color: #fdc134;
    font-weight:500 !important;
  }
  .box>p{
    font-size: 17px !important;
  }
 .overview{
    height: 78vh;
    padding-top: 50px !important;
 }
 .box>img{
    object-fit: contain;
 }
 .box{
    height: 100vh !important;
 }
 #cloud-paras{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#cloud-head{
  font-size: 32px !important;
  font-family: 'Roboto', sans-serif;
}
#cloud-paras>div{
  text-align: justify;
}
.cloud{
  height: 78vh;
  padding-top: 50px !important;
}

@media (max-width: 768px) {
  .box > h3 {
    font-size: 18px !important; 
  }


.box > p {
  font-size: 14px !important;
}

.overview, .cloud {
  padding-top: 10px !important; 
}
}