@media (max-width:991px){
  .banner-slider img{
    height: 600px;
    object-fit: cover;
   }
}

@media (max-width:767px){
   .banner-slider img{
    height: 600px;
    object-fit: cover;
   }
   .banner-text {
    top: 30%;
}
.person-section {
    background-size: cover;
            background-position: 65% !important;
}
.person-section img{
    width: 260px;
}
h1 {
    font-size: 36px;
    line-height: 43px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
}


@media only screen and (min-width:768px) {
   .banner-slider .owl-dots{
    text-align: end;
}
.person-section img{
    width: 160px;
}
}

