.about-hero-img {
  width: 100%;
  height: 700px;
  margin: 2rem 0;
}

.article-text h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#article-work-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
}

#article-work-copy2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  width: 90%;
}

#article-work-copy .article-title {
  margin-right: 4rem;
}

.collapsible.slow {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5em;
  transition: height 0.5s ease-out;
}
.collapsible.slow > * {
  display: none;
}
.collapsible.slow > p:first-child,
.collapsible.slow.open > *,
.collapsible.slow.ready > * {
  display: revert;
}

.article-link {
  cursor: pointer;
}

.services {
  margin: 2rem 0 6rem 0;
}

.services-cols {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}

.services-cols > div {
  flex: 1;
}

.services h1 {
  line-height: 100%;
  text-transform: uppercase;
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 3.5rem;
  padding-bottom: 25px;
}

@media (max-width: 600px) {
  .services h1 {
    font-size: 2.25rem;
    text-align: center;
  }
}

.service h1 {
  font-family: var(--font-sans-serif);
  font-size: 1.75rem;
  text-transform: capitalize;
  margin: 1rem 0;
  text-align: center;
}

@media (max-width: 600px) {
  .service h1 {
    margin-top: 2.5rem;
  }
}

.service p {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin-top: 0;
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
}

@media (min-width: 900px) {
  .service p {
    border-right: 1px solid #ccc; /* Añade una línea vertical a la derecha */
    padding-right: 1rem; /* Añade espacio a la derecha del texto */
    margin-right: 1rem; /* Añade espacio a la derecha de la línea */
  }
}

.clients {
  width: 100%;
  background: var(--color-text);
  padding: 3rem 2rem;
}

.clients h1 {
  line-height: 100%;
  text-transform: uppercase;
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 4rem;
  color: var(--color-bg);
  margin: 1rem 0 2rem 0;
}

.clients-container {
  width: 75%;
  margin: 3rem auto 6rem auto;
}

.c-row {
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
}

.c-item {
  width: 25%;
  padding: 2rem;
  height: 150px;
  color: var(--color-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-serif);
}



@media (max-width: 900px) {
  .about-copy .about-copy-col:nth-child(2) {
    padding-right: 0;
  }

  .about-copy {
    flex-direction: column;
    gap: 2rem;
  }

  .services-cols {
    flex-direction: column;
  }

  .c-row {
    flex-direction: column;
  }

  .c-item {
    width: 100%;
  }
}

@media (min-width: 900px) {
  .service h1.service-title {
    margin-bottom: 45px;
  }
}
