.cvt-clients {
  text-align: center;
  background-color: #f6f6f6;
}

.cvt-clients .get-in-touch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cvt-clients .project-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto;
}

.cvt-clients .project-logos img {
  max-width: 150px;
  padding: 1rem 1rem 1rem 0;
  height: auto;
}

.cvt-clients .project-logos .project-logo {
  filter: invert(0.3);
}

.cvt-clients-carousel .cvt-client {
  text-align: start;
  height: 300px;
  border-radius: 20px;
  background-color: var(--color-shade-1);
  margin-right: 10px;
}

.cvt-clients-carousel .cvt-client .cvt-client-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding: 6px 12px 0;
}

.cvt-clients-list {
  display: none;
}

.cvt-client .cvt-project-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 20px;
}


@media only screen and (min-width: 900px) {
  .cvt-clients {
    background-color: var(--white);
  }

  .cvt-clients-container {
    display: flex;
    max-height: 660px;
    margin: 4rem auto 0;
    justify-content: space-between;
  }

  .cvt-clients .section-heading {
    text-align: start;
    width: 70%;
    margin: unset;
  }

  .cvt-clients .cvt-clients-carousel {
    display: none;
  }

  .cvt-clients .get-in-touch {
    align-items: start;
  }

  .cvt-clients-list {
    display: block;
    overflow: scroll;
    width: 50%;
  }

  .cvt-clients-list-card {
    display: flex;
    border-radius: 10px;
    background-color: #f6f6f6;
    margin-bottom: 1rem;
  }

  .cvt-clients-list-card-company-image {
    width: 50%;
  }

  .cvt-clients-list-card-company-image img {
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .cvt-clients-list-card-company-intro {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 50%;
    padding: 2rem 1.5rem;
    line-height: 1.25;
  }

  .cvt-clients-list-card-company-intro img {
    width: 50%;
    filter: invert(1);
  }

  .cvt-clients-getintouch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
  }
}
