@media screen and (max-width: 540px) {
  .popup {
    width: 100%;
    margin: 0 auto;
  }
  .popup .subscribe-pop {
    width: 100%;
  }
  .popup .popup-container {
    width: 90%;
    background-color: white;
  }
  .popup .subscription-container {
    width: 100%;
  }
  .container {
    padding: 20px;
    width: 100%;
  }
  .container .heading {
    font-size: 22px;
  }
  .hero {
    text-align: center;
    padding-top: 250px;
    height: 855px;
  }
  .hero .heading {
    font-size: 45px;
  }
  .hero .container .csr-description {
    width: 100%;
  }
  .hero .hero-btns {
    flex-direction: column;
  }
  .subscribe .container .subscribe-content {
    width: 100%;
    padding: 50px 0;
  }
  .services-section {
    margin-top: -25px;
  }
  .services-section .container .row {
    flex-direction: column;
    gap: 60px;
  }
  .services-section .container .row .col {
    width: 100%;
    justify-content: center;
  }
  .services-details .container .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about .container .heading {
    position: static;
    margin-top: 0;
    font-size: 22px;
  }
  .about .container .col .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .about .container .col .row .about-description {
    width: 100%;
  }
  .about .container .col .row .about-img {
    width: 100%;
  }
  .about .container .col .row:nth-child(2) {
    flex-direction: column;
  }
  .partnership {
    padding: 0;
  }
  .partners .container .row {
    grid-template-columns: 33% 33%;
  }
  .slide-content {
    margin: 0 10px;
  }
  .modal-overlay {
    z-index: 100;
  }
  .modal {
    z-index: 102;
    top: 24px;
    left: 24px;
    right: 24px;
    height: unset;
  }
  .swiper-navBtn {
    display: none;
  }
  .contacts .container .col {
    flex-direction: column;
  }
  .contacts .container .col .row {
    width: 100%;
  }
  .contacts .container .col .row .col-1 {
    flex-direction: column;
    width: 100%;
  }
  .contacts .container .col .row .col-1 .row-1 {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .contacts .container .col .row {
    width: 100%;
  }
  .contacts .container .location {
    flex-direction: column;
  }
  .contacts .container .location .row {
    width: 100%;
  }
  .contacts .container .location .row img {
    border-radius: 2px 2px 0 0;
  }
  .contacts .container .location .map {
    width: 100%;
    margin-top: 0;
  }
  .contacts .container .location .map iframe {
    border-radius: 0 0 2px 2px;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .container .col .about-description {
    padding: 24px 0;
  }
}
@media screen and (max-width: 928px) {
  .services-section {
    margin-top: -90px;
  }
  .services-section .container .row {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    row-gap: 20px;
  }
  .services-section .container .row .col {
    flex-direction: column;
    padding: 20px;
    width: auto;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 1096px) {
  .services-details .container .col {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 810px) {
  .contacts .container .location {
    display: flex;
    flex-direction: column;
  }
  .contacts .container .location .map iframe {
    width: 100%;
  }
}/*# sourceMappingURL=mobile.css.map */