/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .about-img-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .about-img-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 280px;
    background: var(--e-global-color-primary);
    z-index: -1;
  }
  .about-img-wrap .experience-wrap {
    max-width: 200px;
    padding: 36px 20px;
  }
  .about-img-wrap .experience-wrap .title {
    font-size: 50px;
  }

  .testimonial-img-four::before {
    transform: none;
    width: 335px;
    height: 335px;
    left: 10.2%;
  }

  .testimonial-item-four {
    padding-right: 125px;
  }
  .testimonial-nav-four {
    display: flex;
  }
  .single-project-page-wrapper .info-wrapper {
    box-sizing: border-box;
    overflow: unset;
  }

  .single-project-page-wrapper .info-title::after {
    left: auto;
    right: 100%;
    width: 4rem;
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .single-project-page-wrapper .title {
    font-size: 42px;
  }
  .section-title .title {
    font-size: 34px;
  }
  .projects__project:before {
    padding-top: 100%;
  }
  .brand-item img {
    filter: grayscale(100%);
    opacity: 0.5;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .breadcrumb-bg {
    padding: 90px 0 100px;
  }
  .about-img-wrap::before {
    width: 380px;
  }
  .about-img-wrap .experience-wrap .title {
    font-size: 60px;
  }
  .about-img-wrap .experience-wrap .title span {
    font-size: 24px;
  }
  .testimonial-img-four::before {
    left: 11.2%;
  }
  .single-project-page-wrapper .title {
    font-size: 50px;
  }
  .section-title .title {
    font-size: 36px;
  }
  .projects__info {
    padding: 20px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .breadcrumb-bg {
    padding: 130px 0 130px;
  }
  .section-title .title {
    font-size: 40px;
  }
  .contact-form {
    margin: 0;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
