* {
  overflow-x: unset;
}

body {
  background-color: #ffffff;
}

.about__first {
  min-height: 90vh;
  background: url(../assets/images/pexels-laarkstudio-7423708.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.about__first::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}

.__header {
  position: absolute;
  transform: translateY(-50%);
  top: 70%;
  left: 5%;
  max-width: 50%;
  overflow: hidden;
}

.__header > h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
}

.__header > p {
  overflow: hidden;
  line-height: 1.5rem;
}

.__header > p > span,
.__header > h1 {
  background-color: #eeebf2;
  width: fit-content;
  color: #000;
}

.__header > p > span {
  padding: 0.2rem;
}

.about__inner > p {
  color: #000;
}

.along {
  margin-top: 1rem;
  background-color: #e9e9e2;
  padding: 1rem;
  border-radius: 5px;
}

.along > p {
  color: #000000;
}
.along > .flex > p {
  background-color: #f5f5ed;
  padding: 0.4rem;
  border-radius: 5px;
  margin: 0.6rem 0;
}

.along > .flex {
  flex-wrap: wrap;
}

.about__second {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  width: 90%;
  margin: 0.5rem auto;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #ffffff;
  background-color: #857575;
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.footer > * {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #ffffff;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgba(129, 226, 59, 1);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #ffffff;
}

.nav__ul--extra {
  column-count: 1;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}

.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

.content {
  padding: 1rem;
}

@media screen and (max-width: 48em) {
  .__header {
    max-width: 90%;
  }

  .along > .flex {
    justify-content: center;
  }

  .about__first::after {
    clip-path: polygon(100% 70%, 0% 100%, 100% 100%);
  }

  .about__second {
    width: 100%;
  }
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}
