.section-8 {
  background-color: #fff7f3;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  border-radius: 20px;
}

.left,
.right {
  flex: 1;
}

.section-8 .subtitle {
  font-family: "Lato";
  max-width: 545px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 32px;
  color: #303030;
}

.form-items {
  display: flex;
  justify-content: flex-end;
}

input.subscribe {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 46px 10px 25px;
  width: 350px;
  height: 50px;
  border: 1.5px solid rgba(48, 48, 48, 0.5);
  border-radius: 5px;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(48, 48, 48, 0.5);
}

input.subscribe::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(48, 48, 48, 0.5);
}

.copyright-area {
  border-top: 1px solid #e7e5ea;
  padding: 30px 0;
}

.contact {
  margin-bottom: 50px;
}

.footer-item {
  display: flex;
  align-items: center;
}

.footer-item p {
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #424242;
  margin-left: 5px;
}

p.copyright {
  color: #424242;
}

ul.links {
  display: flex;
  list-style: none;
}

li.link {
  text-decoration: none;
  margin: 0 10px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
  color: #424242;
}

ul.social-links {
  display: flex;
  align-items: center;
  list-style: none;
}

li.social-link {
  text-decoration: none;
  margin: 0 10px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
  color: #424242;
}

@media only screen and (max-width: 1050px) {
  .section-1 .right {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-image: url(../images/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-8 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact > * {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .copyright-area {
    flex-direction: column;
  }

  ul.links,
  ul.social-links {
    justify-content: space-between;
  }

  li.link.first {
    margin-left: 0;
  }

  li.social-link.first {
    margin-left: 0;
  }

  .section-8 .right {
    width: 100%;
  }

  .form-items {
    flex-direction: column;
  }

  .form-items button {
    margin-left: 0 !important;
  }

  input.subscribe {
    margin-bottom: 10px;
    width: 100%;
  }
}
