@media  (max-width: 900px) {
  .carousel-main{
  display: flex;
  flex-direction:column;
  max-width: 85vw;
  justify-content:center;
  align-items:center ;
  margin-right: auto;
  margin-left:auto ;
  margin-top: 2vh;
  
  }
  .container-right-top{
      display: none;
  }
  .container-right-bottom{
  }
  .slider{
      flex: 1;
  }
  .slider::after{
      flex: 1;
  }
  .carousel_img{
      width: 100%;
  }

  .align-flex-center-service {
      gap: 50px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 80vw;
      margin: auto;
  }
  .align-items-center-service{
  max-width: 80vw;
  /* max-height: 480px; */
  min-height: 480px;
  margin-bottom: 50px;
  margin: auto;
 }
 .grid{
  display: flex;
  flex-direction: column;
  max-width: 80vw;
 }

 .grid--2--cols{
  display: none;
 }
 .prow-1{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: auto;
 }
 .prow-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
 }
 .heading-tertiary, .step-description{
  text-align: center;
 }

 .counter-img{
  width: 5%;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
 }

 .footer-about{
    width: 80vw;
 }
 .footer img {
    width: 100%;
 }
 .flex-su {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    /* margin-bottom: 9.6rem; */
  }
  .about-photo{
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .news-container .title{
    max-width: 30vw;
    font-size: 0.7rem;
    padding: 2px 4px 2px 4px;
  }

}
