/* From 1025px to 1200px */
@media only screen and (max-width: 1200px) {

 
}/*final*/

/* From 768px to 1024px */
@media only screen and (max-width: 1024px) {

  
}/*final*/

/* From 601px to 767px */
@media only screen and (max-width: 767px) {

    .section-one {
        margin-top: 3%;
        display: block;
    }

    .text-1 {
        display: flex;
        align-items: center;
        font-size: 110%;
        color:#777;
        text-align: justify;
        width: 100%;
        
      }

      .image-sec-one {
        width: 100%; 
    }

    .row-sec-one {
        display: block;
        justify-content: center;
    }

    .icon-sec-one {
        justify-content: center;
    }
    
    .text-2 {
        width: 100%;
    }
    
}/*final*/

/* From 451px to 600px */
@media only screen and (max-width: 600px) {

   
}/*final*/

/* From 361px to 450px */
@media only screen and (max-width: 450px) {

    .title-one {
        font-size: 175%;
    }
    .text-2 {
    text-align: center;
    
    }
    .div-style-2{
        font-size: 35px;
    }
        
    }/*final*/

/* From 0px to 360px */
@media only screen and (max-width: 360px) {

    .text-2 {
        text-align: justify;
    }

    .text-2 {
        font-size: 105%;
    }
}/*final*/