@media (min-width:320px) and (max-width: 601px) {
    .services__banner__text h1{
        font-size: 1.7rem !important;
        font-weight: 600;
       
    }
    .services__banner__text h3{
        font-size: 1rem !important;
        font-weight: 600;
       
    }
    .service__bottom__banner__text {
      
        width: 80% ;
   }
    .service__bottom__banner__text h1{
         font-size: 1.5rem !important;
        margin-bottom: 0;
    }
    .service__bottom__banner__text a{
        font-size: 1rem !important;
        padding: 3px 10px;
       margin-top: 0;
   }
  .services__banner img{
    min-height: 150px;
  }
  .service__bottom__banner img{
    min-height: 150px;
  }
   
}

@media (min-width:602px) and (max-width: 900px){
  
   
    .service__bottom__banner__text {
      
        width: 80% ;
   }
    .service__bottom__banner__text h1{
         font-size: 2.3rem !important;
        margin-bottom: 0;
    }
    .service__bottom__banner__text a{
        font-size: 1.4rem !important;
        padding: 3px 14px;
       margin-top: 0;
   }
}






/* Service Top Banner */
.services__banner{
    position: relative;
}
.services__banner img{
    width: 100%;
    height: auto;
}

.services__banner__text{
    position: absolute;
    text-align: center;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.services__banner__text h1{
    font-size: 3.5rem;
    font-weight: 700;
   
}
/* Service Bottom Banner */

.service__bottom__banner{
    position: relative;
}
.service__bottom__banner img{
    width: 100%;
    height: auto;
    aspect-ratio: initial;
}

.service__bottom__banner__text{
    position: absolute;
    text-align: left;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
}
.service__bottom__banner__text h1{
    font-size: 3rem;
    font-weight: 700;
   
}
.service__bottom__banner__text a{
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    background-color: #FC766A;
   
}
.service__bottom__banner__text a:hover{
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: #FC766A;
   
}