@media screen and (max-width: 1920px) and (min-width: 1366px) {

}
/* Medium screen fix: 1024px and 768px */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .about_wrapper h2 {
        font-size: 28px;
    }
section.about-us .about-image-sec img {
    width: 400px;
  }
    .about_wrapper {
        padding: 50px 20px;
    }

}

/* Smaller tablets and landscape phones (between 768px and 540px) */
@media screen and (max-width: 768px) {
    .about_wrapper {
        padding: 40px 16px;
    }
section.about-us {
    padding-top: 110px;
}
    .about_wrapper h2 {
        font-size: 24px;
    }
section.about-us .about-image-sec .abt-img2 {
    margin: 0 -25% 0 0;
}
    .img-2,
    .img-1 {
        width: 100%;
        height: auto;
        position: relative;
    }

    .about-content-sec,
    .about-image-sec {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 0 15px;
    }

    .about-img-0 {
        width: 100%;
        margin-right: 0;
    }
  section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -25%;
}
  section.about-us h2 {
    font-size: 36px;
}
  .about-image-sec{
   margin-bottom:30px; 
  }
  section.about-us .about-content-sec{
   min-height:auto; 
  }
}


/* Phones 415px, 411px, 384px, 375px, 360px, 320px */
@media screen and (max-width: 425px) {
    .about_wrapper {
        padding: 30px 10px;
    }
section.about-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about_wrapper h2 {
        font-size: 20px;
    }
  .about-image-sec {
        margin-bottom: 10px;
    }
    .about-content-sec, .about-image-sec {
        width: 100%;
        padding: 0;
    }
    .img-2,
    .img-1 {
        height: 250px;
    }
    section.about-us h2 {
        font-size: 30px;
    }
    .about-img-0 {
        background-position: top center;
        margin-bottom: 10px !important;
    }

    section.about-us .about-content-sec {
        padding: 0 0px;
    }

    section.about-us .about-image-sec img {
        height: 200px;
    }

    .borders {
        width: 50px;
    }

    section.about-us .about-image-sec .abt-img1,
    section.about-us .about-image-sec .abt-img2 {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
