@media (max-width: 1300px){
    .service-boxes{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .awards-box{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .awards-boxs-one .textt h3 {
        font-size: 0.8rem;
            }
            .about-row{
                width: 100%;
                padding: 2rem;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
              }


              .about-row .right .content p{
                font-size: 15px;
                color: #808285;
                text-align: justify;
                margin: 0 0 10px 0;
                line-height: 22px;
              }

            }









@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    
    .awards-boxs-one .textt h3 {
font-size: 0.6rem;
    }
    .about-row{
        width: 100%;
        padding: 5rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }
      .div2 p , .div2 p, .div3 p, .div4 p, .div5 p,  .div6{
        text-align: center;
        padding: 0.3rem;
        font-size: 0.8rem;
    }
    .cardd p{
        padding: 0.5vw;
        font-size: 0.8rem;
        font-family: "Poppins", sans-serif;
        }
}


@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .about-row{
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }

      .box{
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-gap: 15px 15px;
        /* border: 1px solid red; */
        grid-template-columns: repeat(2, 1fr);
      }
}

@media only screen and (min-width: 700px) and (max-width: 1000px){
    
    
    
        .image-desktop{
        display: none;
      }
    .image-mobile{
        width: 100%;
   object-fit:cover;
        display: block;
    }
    
    
    
    .about-row{
        width: 100%;
        padding: 2rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      }

      .mission-box{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        padding: 1rem;
        max-width: 1500px;
        /* justify-items: center; */
        /* border: 1px solid red;  */
        margin: auto;
        grid-gap:40px 50px;
      }

      .box{
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-gap: 15px 15px;
        grid-template-columns: repeat(2, 1fr);
      }
    
      main{
        width: 70%;
      
    }
    
    }
    @media (max-width: 700px){
      
      .about-row .right .content{
 /* border: 1px solid rebeccapurple; */
  padding-left: 0px;
}
      
        .box{
            width: 100%;
            padding: 1rem;
            display: grid;
            grid-gap: 15px 15px;
            grid-template-columns: repeat(1, 1fr);
          }
          .about-row{
            width: 100%;
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
          }
          .awards-box{
            /* margin: auto; */
        
            margin: auto;
            /* grid-gap:50px 50px; */
            gap: 50px 10px;
            display: grid;
            grid-template-columns: repeat(1,1fr);
          }
          .mission-box{
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            width: 100%;
         
          }
          .awards-boxs-one{
            display: grid;
            /* margin-right: 5rem; */
            position: relative;
            gap: 0px;
            grid-template-columns: repeat(1,1fr);
          }
          
.mission {
    padding: 1rem;
  
    }


    .carrearseccontenat_left{
        width: 100%;
        float: left;
        padding: 0px;
      }
      
      .carrearseccontenat_right{
        width: 100%;
        float: right;
        padding: 4px;
      }
      
      .contform_contenar_left{
        width: 100%;
        float: left;
      }

      .gtco-testimonials {
        position: relative;
        padding: 0rem 0;
    }
    .awards {
        padding: 1rem;
        margin-top: 0rem;
        background-color: #ffffff;
    } 
    .contform_contenar {
       flex-direction: column;
        display: flex;
    }

    .contform_contenar_right{
width: 100%;
    }
    .footer .foot-box {
        gap: 1rem;
        margin: 0 auto;
        max-width: 1700px;
        padding: 0 20px;
        overflow: hidden;
        /* border: 1px solid red; */
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    }
    
       main{
display: block;
  }
    
  .Bannermobile{
    display: block;
   }
   
 .Bannerdesktop{
  display: none;
 }
 
 
}