.home-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.home-footer_p {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.home-max-width {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 690px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-footer_row {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-center {
  padding-top: 25px;
  padding-bottom: 65px;
}

.mail-icon {
  filter: brightness(0%);
}

.home-logo {
  width: 66%;
}

.paragraph-4 {
  color: #eceae6;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.home-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  padding: 50px 60px 30px;
  display: flex;
}

.home-slider_image {
  width: 100%;
  height: auto;
}

.home-slider_slide {
  height: auto;
}

.home-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-subtitule {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.home-slider {
  height: auto;
  display: none;
}

@media screen and (max-width: 991px) {
  .home-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home-footer_p {
    font-size: 14px;
    line-height: 18px;
  }

  .home-logo {
    width: 80%;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-subtitule {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .home-footer_p {
    font-size: 13px;
    line-height: 17px;
  }

  .paragraph-4, .home-subtitule {
    font-size: 18px;
    line-height: 22px;
  }
}


