/* BREAKPOINTS */
.c-about__illustration {
  margin: 4rem auto;
  max-width: 80%;
  height: auto;
}
.c-about__content p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #090909;
  margin-bottom: 2.5rem;
}
.c-about__content li {
  font-size: 1.125rem;
  line-height: 1.6;
}
.c-about__mail-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 4rem 0.5rem 1rem;
  background-color: #00838F;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-radius: 0 100px 100px 0;
  transition: 0.3s all ease-in-out;
}
.c-about__mail-button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFFFFF;
}
.c-about__mail-button:hover {
  background-color: #090909;
  border-radius: 100px 0 0 100px;
  padding: 0.5rem 1rem 0.5rem 4rem;
}