.section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 26.25rem;
  gap: 1.25rem;
  scroll-margin-top: 5.9675rem;
  margin-top: 4.06rem;
}
@media (orientation: portrait) {
  .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.125rem;
    height: 40rem;
  }
}
.section img {
  width: 35.625rem;
  height: 26.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .section img {
    width: 22.8125rem;
    height: 22.8125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35.625rem;
  height: 26.25rem;
  gap: 1.25rem;
}
@media (orientation: portrait) {
  .section .text {
    margin-top: 1.25rem;
    width: 22.8125rem;
    height: 24rem;
  }
}
.section .text h2 {
  color: var(--Night, #342F2C);
  /* G & L/M title-sans G */
  font-family: Poppins;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 250;
  line-height: 3.4375rem; /* 110% */
  text-transform: uppercase;
}
@media (orientation: portrait) {
  .section .text h2 {
    color: #342F2C;
    font-family: Poppins;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 250;
    line-height: 2rem; /* 114.286% */
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.section .text p {
  margin-top: 0px;
  font-size: 1rem;
}
@media (orientation: portrait) {
  .section .text p {
    padding-left: 0px;
  }
}

.nav-pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.nav-pages ul {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  list-style: none;
  color: var(--night, #342F2C);
  text-align: center;
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-pages .arrow1 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-pages .arrow1::before {
  position: absolute;
  left: -10.15vw;
  content: "";
  width: 7.81vw;
  height: 1px;
  background: black;
  cursor: pointer;
}
.nav-pages .arrow1::after {
  position: absolute;
  left: -10.15vw;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(45deg);
  cursor: pointer;
}
.nav-pages .arrow2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-pages .arrow2::before {
  position: absolute;
  right: -10.15vw;
  content: "";
  width: 7.81vw;
  height: 1px;
  background: black;
  cursor: pointer;
}
.nav-pages .arrow2::after {
  position: absolute;
  right: -10.15vw;
  content: "";
  width: 0.315rem;
  height: 0.3125rem;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
  cursor: pointer;
}

.cards {
  margin-bottom: 3.125rem;
}

.like-a-book {
  display: flex;
  gap: 1.25rem;
  background: var(--grass, #7D8168);
  width: 90%;
  height: 53.125rem;
  margin-bottom: 3.125rem;
  scroll-margin-top: 5rem;
}
@media (orientation: portrait) {
  .like-a-book {
    width: 100%;
    height: 105.75rem;
    display: flex;
    flex-direction: column;
  }
}
.like-a-book .snow {
  position: absolute;
  z-index: 10;
  width: 15rem;
  top: 3rem;
  right: -5rem;
}
@media (orientation: portrait) {
  .like-a-book .snow {
    width: 11rem;
    top: -4rem;
    left: 5rem;
  }
}
.like-a-book .image-part {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.125rem;
  left: -10rem;
}
.like-a-book .image-part :nth-child(1) {
  margin-top: 8.75rem;
}
.like-a-book .image-part img {
  width: 22.25rem;
  height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: portrait) {
  .like-a-book .image-part img {
    width: 10.312rem;
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (orientation: portrait) {
  .like-a-book .image-part {
    position: absolute;
    top: 30.5%;
    left: 0;
  }
}
.like-a-book .infos-part {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 3.125rem;
  left: -10rem;
}
@media (orientation: portrait) {
  .like-a-book .infos-part {
    width: 21.25rem;
    align-self: center;
    margin-top: 7.25rem;
    left: 0;
  }
}
.like-a-book .infos-part h2 {
  color: var(--sand, #F4E8E4);
  font-family: Poppins;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 250;
  line-height: 3.4375rem;
  text-transform: uppercase;
  width: 90%;
}
@media (orientation: portrait) {
  .like-a-book .infos-part h2 {
    margin-bottom: 1.57rem;
  }
}
.like-a-book .infos-part h2 text {
  color: var(--sand, #F4E8E4);
  font-family: Times New Roman;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 3.4375rem;
  text-transform: lowercase;
}
.like-a-book .infos-part p {
  color: var(--sand, #F4E8E4);
  width: 90%;
  margin-top: 1.25rem;
}
@media (orientation: portrait) {
  .like-a-book .infos-part p {
    width: 21.25rem;
    font-size: 1.25rem;
  }
  .like-a-book .infos-part p:last-of-type {
    margin-top: 38rem;
  }
}
.like-a-book .infos-part span {
  width: 90%;
  height: 1px;
  background: #F4E8E4;
  margin-top: 1.875rem;
}
@media (orientation: portrait) {
  .like-a-book .infos-part span {
    margin-top: 1.25rem;
  }
}
.like-a-book .infos-part .description-list {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
  width: 100%;
}
@media (orientation: portrait) {
  .like-a-book .infos-part .description-list {
    position: absolute;
    height: 32.8125rem;
    width: 21.25rem;
    top: 63rem;
    display: flex;
    flex-direction: column;
  }
}
.like-a-book .infos-part .description-list ul {
  width: 44%;
  height: 20.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-left: 0.75rem;
  color: var(--sand, #F4E8E4);
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (orientation: portrait) {
  .like-a-book .infos-part .description-list ul {
    gap: 1.25rem;
    height: 32.8125rem;
    width: 21.25rem;
    margin-top: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */