
.our-services{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 0 48px 0;
    .offers-text{
        max-width: 800px;
        height: auto;
        margin-top: 36px;
        margin-bottom: 4px;
    }
}
.service-cards{
    width: 100%;
    display: flex;
    justify-content: center;
   gap: 24px !important;
}
.card{
    height: 500px;
    min-width: 30%;
    max-width: 30%;
    .card-image{
        width: 100%;
    }
}







@media screen and (max-width: 925px) {

    .our-services{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        .offers-text{
            max-width: 800px;
            height: auto;
            margin-top: 36px;
            margin-bottom: 4px;
        }
    }
    .service-cards{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       gap: 24px !important;
    }
    .card{
        height: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 389px;
        .card-image{
            width: 100%;
        }
    }    

  }
  @media screen and (max-width: 400px) {
  
.our-services{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    .offers-text{
        max-width: 800px;
        height: auto;
        margin-top: 36px;
        margin-bottom: 4px;
    }
}
.service-cards{
    width: 100%;
    display: flex;
    justify-content: center;
   gap: 24px !important;
}
.card{
    height: auto;
    min-width: 100%;
    max-width: 100%;
    .card-image{
        width: 100%;
    }
}    
  
  }


.hero {
    width: 100%;
    height:374px;
    padding: 0px 0px 40px 0px;
  
    .hero-text{
      justify-content: flex-end;
      padding-bottom: 56px !important;
    }
  
  }
  
  
  
  
  
    @media screen and (max-width: 1900px) {
      .hero {
          width: 100% !important;
          height:374px !important;
          padding: 0px 0px 40px 0px;
          background-size: auto;
          background-position: center !important;
          .hero-text{
            justify-content: flex-end;
            padding-bottom: 56px !important;
          }
        
        }
        
    }
    @media screen and (max-width: 1440px) {
      .hero {
          width: 100% !important;
          height:374px !important;
          padding: 0px 0px 40px 0px;
          background-position: center !important;
          background-size: auto;
        
          .hero-text{
            justify-content: flex-end;
            padding-bottom: 56px !important;
          }
        
        }
    }
    