@media (min-width:320px) and (max-width: 601px) {
    .projects__banner__text h1{
        font-size: 1.7rem !important;
        font-weight: 600;
       
    }
    .projects__banner__text h3{
        font-size: 1rem !important;
        font-weight: 600;
       
    }
    .projects__bottom__banner__text {
        display: flex;
        flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
        width: 80% ;
        width: 80% ;
   }
    .projects__bottom__banner__text h1{
         font-size: 1.2rem !important;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .projects__bottom__banner__text a{
        font-size: 1rem !important;
        padding: 1px 10px;
       margin-top: 0;
   }
   .projects__body h1{
    font-size: 1.7rem !important;
   }
   .projects__banner img{
    min-height: 150px;
   }
   .projects__bottom__banner img{
    min-height: 150px;
   }
}

@media (min-width:602px) and (max-width: 900px){
  
   
    .projects__bottom__banner__text {
        display: flex;
        flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
        width: 80% ;
   }
    .projects__bottom__banner__text h1{
         font-size: 2.3rem !important;
        margin-bottom: 0;
    }
    .projects__bottom__banner__text a{
        font-size: 1.4rem !important;
        padding: 3px 14px;
       margin-top: 0;
   }
}






/* Service Top Banner */
.projects__banner{
    position: relative;
}
.projects__banner img{
    width: 100%;
    height: auto;
}

.projects__banner__text{
    position: absolute;
    text-align: center;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.projects__banner__text h1{
    font-size: 3.5rem;
    font-weight: 700;
   
}
/* Service Bottom Banner */

.projects__bottom__banner{
    position: relative;
}
.projects__bottom__banner img{
    width: 100%;
    height: auto;
    aspect-ratio: initial;
}

.projects__bottom__banner__text{
    display: flex;
    flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
    position: absolute;
    text-align: left;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.projects__bottom__banner__text h1{
    font-size: 3rem;
    font-weight: 700;
   
}
.projects__bottom__banner__text a{
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    background-color: #FC766A;
   
}
.projects__bottom__banner__text a:hover{
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: #FC766A;
   
}

/* Service body Styling Start */
.projects__body{
    background-color: #f8f4f3;
    padding: 3% 5%;
    display: flex;
    flex-direction: column;
}
.projects__body h1{
   font-size: 2.5rem;
   font-weight: 700;
    
}
.projects__body h4{
    height: 3px;
    width: 19%;
    border-radius: 25px;
    background-color: #FC766A;
   
}
.projects__body .each__card{
    padding: 10px;
    margin-bottom: 1rem;
}
.projects__body .each__card img{
    width: 100%;
    
}
.projects__body .each__card a{
    background-color: #FC766A;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    
    text-decoration: none;
    font-size: 18px;
}
.projects__body .each__card a:hover{
    background-color: #FC766A;
    font-weight: 600;
    color: #000000;
    padding: 10px 25px;
    margin: 10px;
    text-decoration: none;
    font-size: 18px;
}

.cards__container{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 1rem;
}
/* Service body Styling End */