.app-logo{
    height: 100px;
    margin-top: 0px;
}


@media (max-width: 375px) {
  /* Your CSS rules for mobile devices 375px wide or smaller */
  
  /* Example: */
.app-logo{
    height: 80px;
    margin-top: 0px;
}

  /* Add your styles below */
}




.bgcolor{
    background-color: #e5e6e6;
}
.properties{
    padding-top:100px ;
    padding-bottom: 100px;
}
.service_icon{
    height: 50px;

}
.service_card{
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}
.count-text{
    margin-top: 30px;
}
.logoheight{
    height: 100px;
}
/* .engineers{
    height: 300px;
    width: auto !important;
} */
