/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (max-width: 992px) {
  .learn-img.animate-up {
    height: 260px;
    object-fit: cover;
    margin-top: 20px;
  }

  .learn-img.animate-up img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .right-col {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .left-top.home-top {
    flex-direction: column;
  }

  .left-top.home-top img {
    height: 290px !important;
    object-fit: contain !important;
    transform: scale(1) !important;
  }

  .about-writer .left .left-top p {
    text-align: center;
  }

  .left-top.home-top {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px !important;
  }

  .about-writer .left .left-bottom {
    position: unset;
    margin: 20px auto;
  }

  .about-writer hr {
    display: none;
  }

  .about-writer .right {
    max-width: 500px;
    margin: 0 auto;
  }

  .about-writer .left .left-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    text-align: center;
  }

  .about-writer .right {
    /* height: 200px; */
  }

  .about-writer .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .about-writer .left-col img {
    height: 270px;
  }

  .about-writer .left-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-title.mb-0.text-start {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    gap: 4px;
  }

  section.sec-three .left-col {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .section-title h2,
  .section-title h3 {
    text-align: center;
    font-size: 44px;
  }

  section.sec-three .right-col {
    height: 280px;
    margin-top: 30px;
  }

  section.sec-three .right-col img {
    height: 100%;
  }

  .footer-top-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-links {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-links .row .col-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-writer .right form .form-inner {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .sec-three .d-flex.gap-4.mt-4 {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .right-col {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .top-banner .right-col h1 {
    font-size: 48px;
  }

  .top-banner .right-col p {
    font-size: 20px;
  }

  .about-writer .left .left-top {
    padding: 30px !important;
    margin-bottom: 20px;
  }

  .mission {
    margin-top: 40px;
  }

  .about-writer {
    text-align: center;
  }

  .about-writer .d-flex.gap-4.mt-5.justify-content-center {
    flex-wrap: wrap-reverse;
  }

  .contact-us-img .d-flex.gap-4.mt-4.justify-content-center {
    flex-wrap: wrap-reverse;
  }

  .contact-us-img-main .d-flex.gap-4.mt-4.justify-content-center {
    flex-wrap: wrap-reverse;
  }

}

@media (min-width: 1024px) and (max-width: 1279px) {}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (max-width: 767px) {}