@media only screen and (max-width: 600px) {
  .artworks-landing .art-work img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .logo a.logo-text {
    left: -300px;
    font-size: 0;
  }
  .active-job-seeker .contact-details-wrap {
    flex-direction: column;
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 20px;
  }
  .ui-design-thumbnail {
    max-width: 600px;
  }
  .cs-process h1 {
    margin-bottom: 30px;
  }
  .project-details {
    flex-direction: column;
    gap: 0;
  }
  .project-details .pd-block {
    border-left: none;
    display: flex;
    padding: 5px 0;
  }
  .project-details .pd-block:last-child {
    border: none;
  }
  .project-details .pd-block-heading {
    min-width: 100px;
    font-size: 13px;
  }
  .cs-process-content {
    flex-direction: column;
    align-items: center;
  }
  .footer {
    display: flex;
    flex-direction: column;
  }
  .about-page .contact-details {
    display: block;
  }
}
@keyframes art-work-animate-1 {
  0% {
    translate: 0px 30px;
    opacity: 0;
  }
  100% {
    translate: 0px 0px;
    opacity: 1;
  }
}

/*# sourceMappingURL=media-queries.css.map */
