@media only screen and (max-width: 992px){
  .opacity-md-05{
    opacity: .5
  }

  .blur-md-1{
    filter: blur(1px);
  }

  .mt-md-4{
    margin-top: 8rem;
  }

  .services .service-card .box{
    padding-left: 3.5rem !important;
  }



}



@media only screen and (max-width: 768px) {
  .py-sm-3{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .border-sm-none{
    border: none !important;
  }

  .text-sm-3{
    font-size: 3rem;
  }

}

@media only screen and (min-width: 992px) {
  .pb-md-10{
    padding-bottom: 10rem;
  }

}

@media only screen and (min-width: 768px) {
  .height-vh{
    height: 100vh;
  }

  .text-sm-xs{
    font-size: 1rem;
  }


  .news .service-card .box{
    margin-right: 3rem;
    width: calc(100% - 2.5rem);
    left: 2.5rem;
    padding-left: 5rem !important;
    position: absolute;
  }


}
