@media (max-width: 768px) {

  body {
    width: 100%;
  }

  #desktopMobile {
    display: none;
  }

  .Header-lp {
    padding: 0;
  }

  article {
    width: 95%;
  }
  p {
    letter-spacing: 1.1px;
  }

  .Banner-AA-lp {
    overflow: hidden;
    height: auto;
    margin-top: 50px;
  }

  .Banner-AA-lp>article {
    /* width: 100%; */
    flex-wrap: wrap;
  }

  .Header-lp nav {
    justify-content: center;
    width: 100%;
    margin-left: -10px;
  }

  .mobileTob {
    font-size: 12px;
    gap: 10px;
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
  }

  .mobileTob a {
    text-decoration: none;
    color: black;

  }

  .Header-lp nav img {
    width: 100px;
  }

  #br-li {
    width: 100%;
    height: 2px;
    border: .5px solid #e8e6e6;
    display: block;
  }

  .header-btn-lp {
    gap: 10px;
  }

  .header-main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header-btn-lp a {
    text-align: center;
    font-size: 12px;
  }

  .Header-lp a br {
    display: block;
  }

  .menu-items {
    width: 200%;
    right: 0;
    left: auto;
    padding: 20px;
    /* overflow: hidden; */
    gap: 0;
  }
  
  .menu-items > li {
    border: .5px solid #faf6f6;
    width: 100%;
  }

  .course-drap-down {
    position: static;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
    width: 100%;
    text-align: center;
  }

  .agile-course-drap-down {
    position: static;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
    width: 100%;
  }


  .Content-Banner-AA-lp {
    flex-basis: 100%;
    width: 100%;
  }

  .Content-Banner-AA-lp h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .Content-Banner-AA-lp p {
    width: 100%;
  }

  .Content-Banner-AA-lp > span {
    line-height: 30px;
    letter-spacing: 1.5px;
  }

  .img-Banner-AA-lp {
    flex-basis: 100%;
    position: static;
    width: 100%;
  }

  .img-Banner-AA-lp img {
    position: static;
    width: 100%;
  }

  .Content-Banner-AA-lp>img {
    display: none;
  }

  .google-lp{
    flex-direction: column;
    gap: 20px;
  }

  .training-partner-lp {
    flex-direction: column;
    align-items: center;
  }

  .img-about-AA-lp {
    flex-basis: 100%;
  }

  .main-AA-lp>article {
    flex-wrap: wrap-reverse;
  }

  .training-partner-lp>h6 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .training-partner-lp img {
    width: 120px;
  }

  .content-main-AA-lp {
    flex-basis: 100%;
    width: 100%;
  }

  .form-main-AA-lp {
    flex-basis: 100%;
  }

  .exam-format-about-AA-lp {
    flex-wrap: wrap;
    gap: 10px;
  }

  .about-AA-lp>article {
    flex-wrap: wrap-reverse;
  }

  .box-exam-format-about-AA-lp {
    width: 100%;
    flex-basis: 47%;
  }

  .Content-Banner-AA-lp a {
    width: 100%;
  }

  .img-about-AA-lp {
    flex-basis: 100%;
  }


  .content-about-AA-lp {
    flex-basis: 100%;
  }

  .content-main-AA-lp>main>h6 {
    font-size: 16px;
  }

  .content-main-AA-lp>main>h2 {
    font-size: 19px;
    background-image: linear-gradient(90deg, #393AA0, #FF3E67);
    background-clip: text;
    color: transparent;
    display: inline;
  }

  .client-main-AA-lp {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider {
    width: 100%;
  }

  .slide {
    padding: 3px;
  }

  .slide img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .clients-slider {
    padding: 0;
  }

  .download-syllbuss-AA-lp {
    flex-wrap: wrap;
    gap: 10px;
  }

  .download-syllbuss-AA-lp div:first-child {
    flex-basis: 100%;
  }

  .download-syllbuss-AA-lp h2 {
    font-size: 18px;
  }

  .download-syllbuss-AA-lp div:last-child {
    flex-basis: 100%;
    padding: 15px;
    justify-content: center;
    display: flex;
  }

  .Testimonials-AA-lp>article>h5 {
    font-size: 16px;
  }

  .Testimonials-AA-lp>article>h2 {
    font-size: 19px;
  }

  .card-aside-Testimonials-AA-lp {
    min-width: 300px;
  }

  .next-clase-Content-main-AA-lp {
    min-width: 300px;
  }

  .ul-content-main-AA-lp {
    flex-direction: column;
  }

  .ul-content-main-AA-lp li {
    width: 100%;
    /* padding: 20px; */
  }

  p,
  li,
  td {
    font-size: 14px;
  }

  .next-clase-Content-main-AA-lp td {
    font-size: 14px;
  }

  .socialmedia-topHead-headerSection {
    display: none;
  }

  .mail-topHead-headerSection {
    width: 100%;
    justify-content: space-between;
  }

  .mail-topHead-headerSection a {
    font-size: 14px;
  }

  .footerSection > article {
    flex-direction: column;
}

.Testimonials-AA-lp > article {
  flex-direction: column;
}
}

@media (min-width: 1350px) {

  .Banner-AA-lp{
    height: 72vh;
  }

  .img-Banner-AA-lp img {
    width: 90%;
  }

  .Content-Banner-AA-lp {
    gap: 10px;
  }

  .training-partner-lp img {
    width: 100px;
  }

    .img-about-AA-lp img {
      width: 50%;
    }
  }
