.download-documents {
  margin-top: 100px;
}

@media only screen and (min-width: 1023px) {
  .download-documents {
    margin-top: 80px;
  }
}

.download-documents__grey-box {
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem 2rem;
}

@media only screen and (min-width: 1023px) {
  .download-documents__grey-box {
    flex-direction: row-reverse;
    padding: 2rem;
  }
}

.download-documents__image {
  margin-top: -50px;
}


@media only screen and (min-width: 1023px) {
  .download-documents__image {
    margin-top: -80px;
  }
}

.download-documents__image img {
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  max-width: unset;
  width: 160px;
}

.download-documents__title-and-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.download-documents__title {
  color: #404040;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.95rem */
}

.download-documents__button {
  align-items: center;
  background: #228288;
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.03125rem;
  line-height: 150%; /* 1.5rem */
  padding: 0.875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 1023px) {
  .download-documents__button {
    align-self: flex-start;
    width: unset;
  }
}

#download-documents__button:hover {
  background: #46b5b9;
}
