* {
  overflow-x: hidden;
}
.cons__content {
  min-height: 90vh;
  background-image: url("../assets/images/pexels-ono-kosuki-5974031.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  justify-content: center;
}

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

.cons__content > h1 {
  font-size: 5rem;
}

.black.center {
  /* text-align: right; */
  font-size: 2.3rem;
}

.black.center.p {
  font-size: initial;
}

.cons__inner__inner {
  width: 70%;
  margin: 1rem auto;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 1rem 2rem;
  background-color: #dedbe2;
}

.__content {
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}

.__content > .__inner > h3 {
  color: #000;
  padding: 0.5rem 1rem;
}

.__content > .__inner > .modal > ul > li > h4 {
  position: relative;
  color: #000;
  margin: 0.6rem 0;
  overflow-y: hidden;
}

.__content > .__inner > .modal > ul > li {
  margin: 1rem 0;
}

.__content > .__inner > .modal > ul > li > h4::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0%;
  height: 1px;
}

.__content > .__inner {
  width: calc(100% / 3.5);
  background-color: #fff;
  border-radius: 5px;
}

.modal {
  background-color: #d8e5e9;
  padding: 1rem;
  height: 300px;
}

.more {
  padding: 1rem;
  text-align: center;
}

.cons__cons {
  margin-bottom: 1rem;
}

@media (max-width: 48em) {
  .cons__content > h1 {
    font-size: 2.5rem;
    text-align: center;
  }

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

  .black.center {
    font-size: 1.5rem;
  }

  .cons__inner__inner {
    width: 100%;
  }

  .__content {
    flex-direction: column;
  }

  .__content > .__inner {
    width: 100%;
  }
}

@media (min-width: 48em) and (max-width: 64em) {
  .cons__content > h1 {
    font-size: 3rem;
    text-align: center;
  }
  .__content > .__inner {
    width: 90%;
  }
  .__content {
    flex-direction: column;
  }
}
