/* mobile responsive css */

@media (max-width:767px) {


  .uxora-hero-dashbord img{
    max-width: 350px;
    height: 240px;
  }

  .row .box-row .box,
.industry-box{
  align-items: center;
}

  .our-service-section {

    & .service-content-box .image-content {
      margin-top: 14%;
      margin-bottom: 14%;
    }
  }

  .our-service-section {

    & .service-content-box .content {

      & h2 {
        font-size: 28px;
        text-align: center;
        padding-bottom: 30px;
        font-weight: 700;
        font-family: var(--quick-font);
        line-height: 42px;
      }
    }
  }

  .uxora-footer-textarea {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .uxora-hero-content h1 {
    font-size: 35px;
  }

  .about-content-box .uxora-section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .about-inner-content h3 {
    text-align: center;
    font-size: 25px;
    line-height: 36px;
  }

  .about-inner-content p {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
  }

  .uxora-iconbox-wrap {
    height: auto;
  }

  .uxora-default-content h2 {
    text-align: center;
    font-size: 26px;
    line-height: 38px;
  } 

  .uxora-default-content .data {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
  }

  .about-story-content h2 {
    padding-top: 30px;
  }

  .our-approuch-step-content {
    margin-top: 20px;
  }

  .uxora-default-content h2 {
    margin-top: 20px;
  }

  .uxora-default-content p {
    font-size: 17px;
    text-align: justify;
    line-height: 39px;
    font-weight: 600;
    font-family: 'Montserrat';
  }

  .image-content img {
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 1323px) {
  .our-service-section {
    & .service-content-box .content {
      padding: 0% 7%;
      & h2 {
        font-size: 27px;
        line-height: 38px;
      }

      & p{
        line-height: 33px;
        font-size: 18px;
        text-align: justify;
      }
    }
  }
}