html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
}

.scrollbar-track-x {
  display: none !important;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

/* ========== 3RD SECTION AFTER PARAGRAPH SECTION ========== */
.green-bttn {
  width: 100%;
  width: 200px;
  height: 50px;
  padding: 20px;
  z-index: 11;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #56c7b8;
  border-radius: 23px;
  border: 1px solid transparent;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.green-bttn:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.green-bttn:hover p {
  transform: translateX(-6px);
}

.green-bttn:hover img {
  transform: translateX(6px);
  opacity: 1;
}

.green-bttn img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.green-bttn p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.65px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

/* ========== MAIN SECTION TEXT ========== */
.green-subtitle {
  color: #116466;
  font-size: 32px;
  margin-bottom: 13px;
  font-family: "Fredoka", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  line-height: 22px;
}

.surrounding {
  height: 100vh;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.container {
  width: 90%;
  height: 100%;
  max-width: 1300px;
}

.container-lg {
  width: 90%;
  max-width: 1700px;
}

/* ========== FOOTER SECTION ========== */
.row {
  width: 100%;
  height: fit-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
}

body::-webkit-scrollbar {
  width: 4px;
  color: #fff;
  opacity: 0;
  z-index: -1;
  display: none;
}

.scrollbar-track-y {
  display: none !important;
}

.sm-row {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

/* ========== FOR SMALL SCREEN ========== */
body nav {
  align-items: center;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  height: 50px;
  background-color: rgb(255, 255, 255);
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  display: none;
}

body nav .logo img {
  max-width: 100%;
}

body nav .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body nav .green-bttn {
  height: auto;
  padding: 5px 12px;
  min-width: auto;
  width: auto;
}

body nav .green-bttn p {
  font-size: 14px;
}

/* ========== LANDING PAGE BACKGROUND ========== */
body .background-1 {
  background-repeat: no-repeat;
  position: fixed;
  background-color: #116466 !important;
  background-size: cover;
  width: 100%;
  z-index: 0;
  height: 100vh;
  overflow-x: hidden;
}

body .background-1 .wrap-2 {
  position: fixed;
  z-index: -30;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: auto;
}

body .background-1 canvas {
  width: 100vw;
  height: 100%;
  opacity: 0.02;
}

/* ========== HEADER ========== */
body #menu {
  width: 100%;
  height: 60px;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 0;
  background-color: transparent;
  z-index: 99 !important;
}

body #menu .lg-container-menu {
  width: 96%;
  max-width: 1750px;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body #menu .lg-container-menu .logo-and-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

body #menu .lg-container-menu .right-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

/* ========== GO TO DASBOARD BUTTON ========== */
body #menu .lg-container-menu .right-menu .btn-btn {
  width: 100%;
  width: 150px;
  height: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  background-color: #56c7b8;
  border-radius: 18px;
  margin-right: 30px;
}

body #menu .lg-container-menu .right-menu .btn-btn:hover {
  background-color: transparent;
  border: 1px solid #000000;
}

body #menu .lg-container-menu .right-menu .btn-btn:hover p {
  transform: translateX(-6px);
  color: #000000;
}

body #menu .lg-container-menu .right-menu .btn-btn:hover img {
  transform: translateX(6px);
  opacity: 1;
}

body #menu .lg-container-menu .right-menu .btn-btn img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* ========== BUTTON TEXT COLOR ========== */
body #menu .lg-container-menu .right-menu .btn-btn p {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.65px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

body #menu:not(.scrolled) .lg-container-menu .right-menu .btn-btn:hover p {
  color: #ffffff !important;
}

body #menu.scrolled .lg-container-menu .right-menu .btn-btn:hover p {
  color: #000000 !important;
}
body #menu.scrolled .lg-container-menu .right-menu .btn-btn:hover img {
  filter: invert(1);
  opacity: 1 !important;
}
body #menu:not(.scrolled) .lg-container-menu .right-menu .btn-btn:hover {
  border: 1px solid #ffffff !important;
}
body #menu.scrolled .lg-container-menu .right-menu .btn-btn:hover {
  border: 1px solid #000000 !important;
}

/* ========== FOOTER ========== */
body .footer {
  background-color: #0b5f59;
  position: relative;
  width: 100%;
  background: url("../imagess/footerimage.jpg") center / cover no-repeat;
  height: fit-content;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
}

body .footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -300px;
  opacity: 1;
  z-index: 2;
  background-image: url("../images/footer-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

body .footer .footer-links {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 86px;
  z-index: 222;
}

body .footer .footer-links .col-1 {
  color: #fff;
  text-align: left;
  position: relative;
  width: 40%;
}

body .footer .footer-links .col-1 p {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.9px;
  line-height: 22px;
}

body .footer .footer-links .col-1 li {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 35px;
}

body .footer .footer-links .col-1 li span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  color: #004752;
}

body .footer .footer-links .col-2 {
  color: #fff;
  text-align: left;
  margin-left: 100px;
  width: 40%;
  position: relative;
}

body .footer .footer-links .col-2 p {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.9px;
  line-height: 22px;
}

body .footer .footer-links .col-2 li {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 35px;
}

body .footer .footer-links .col-3 {
  position: relative;
  text-align: left;
  width: 100%;
  margin-left: 150px;
}

body .footer .footer-links .col-3 .text-1 {
  font-size: 18px;
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  margin-bottom: 27px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.9px;
}

body .footer .footer-links .col-3 .text-2 {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  line-height: 26px;
  letter-spacing: 0.7px;
}

body .footer .footer-links .col-3 .text-2 a {
  color: #004752;
  text-decoration: underline;
}

body .footer .footer-links .col-3 .social-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 29px;
  align-items: center;
}

body .footer .footer-end {
  border-top: 2px solid rgba(255, 255, 255, 0.58);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 40px 0 83px 0;
  justify-content: space-between;
}

body .footer .footer-end .copyright {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
}

/* ========== MAIN SECTION ========== */
body .section-30 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  position: relative;
}

body .section-30 .container {
  padding: 250px 0;
  z-index: 1;
}

body .section-30::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, #116466);
  opacity: 1;
  position: absolute;
  background-size: 100%;
}

body .section-30 .tittle {
  color: #fff;
  font-size: 26px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  position: relative;
  line-height: 40px;
  letter-spacing: 2.9px;
  max-width: 1064px;
}

body .section-31 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  position: relative;
}

body .section-31.--careers .block:not(:last-child) {
  margin-bottom: 180px;
}

body .section-31 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 200px 0;
}

body .section-31 .container > .block {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body .section-31 .container > .block .divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body .section-31 .container > .block .divider .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #56c7b8;
}

body .section-31 .container > .block .divider .line {
  width: 1px;
  height: 100%;
  min-height: 450px;
  background-color: #56c7b8;
}

body .section-31 .container > .block:last-child .line {
  background: linear-gradient(to bottom, transparent 50%, #004752 50%),
    linear-gradient(to bottom, #9ddcd4, #56c7b8);
  background-size: 33px 16px, 100% 11px;
  background-color: transparent;
}

body .section-31 .container > .block:nth-child(even) {
  flex-direction: row-reverse;
}

body .section-31 .container > .block:nth-child(even) .text {
  padding-left: 20px;
  padding-right: 0;
}

body .section-31 .container > .block:nth-child(even) .img-sc {
  padding-right: 20px;
  padding-left: 0;
}

body .section-31 .container > .block .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  max-width: 565px;
  padding-right: 20px;
  width: 50%;
}

body .section-31 .container > .block .text .tittle {
  font-size: 28px;
  font-family: fantasy;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  line-height: 38px;
  letter-spacing: 1.4px;
}

body .section-31 .container > .block .text .paragraph {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.42px;
}

body .section-31 .container > .block .img-sc {
  max-width: 565px;
  max-height: 352px;
  padding-left: 20px;
  border-radius: 10px;
  width: 50%;
  height: 352px;
}

body .section-31 .container > .block .img-sc img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/*========== BODY SECTION AFTER 3RD PARAGRAPH SECTION ========== */
body .section-33 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: fit-content;
  margin-bottom: 70px;
}

body .section-33 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body .section-33 .container .tittle {
  max-width: 1049px;
  color: #fff;
  position: relative;
  font-size: 28px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  padding-top: 85px;
  padding-bottom: 55px;
  text-align: center;
}

body .section-33 .container .bttn {
  margin-bottom: 150px;
}

/* ========== MEDIA QUERIES ========== */
@media (max-width: 1399px) {
  body .section-31 .container {
    padding: 100px 0;
  }

  body .footer .footer-links .col-2 {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  body .footer .footer-links .col-2 {
    padding-left: 20px;
    margin-left: 0;
    width: fit-content;
  }

  body .footer .footer-links .col-3 {
    margin-left: 0;
    padding-left: 20px;
  }

  body .footer .footer-links .col-1 {
    padding-right: 20px;
    width: fit-content;
  }
}

@media (max-width: 1099px) {
  body nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  body #menu {
    display: none;
  }
}

@media (max-width: 991px) {
  body .section-31 .container > .block .divider {
    display: none;
  }

  body .section-31.--careers .block:not(:last-child) {
    margin-bottom: 100px;
  }

  body .section-33 .container .tittle {
    padding-top: 0;
  }

  body .section-31 .container > .block {
    flex-direction: column !important;
  }

  body .section-31 .container > .block:not(:last-child) {
    margin-bottom: 40px;
  }

  body .section-31 .container > .block > div {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body .section-31 .container > .block > div:first-child {
    margin-bottom: 25px;
  }

  body .section-30 .tittle {
    font-size: 48px;
    line-height: 58px;
  }

  body .section-33 .container .tittle,
  body .section-31 .container > .block .text .tittle {
    font-size: 26px;
    line-height: 36px;
  }

  body .section-31 .container {
    padding: 150px 0;
  }

  body .footer .footer-links {
    padding-top: 10px;
  }

  body .footer .footer-links > .row {
    flex-wrap: wrap;
  }

  body .footer .footer-links > .row > .sm-row {
    margin-bottom: 50px;
  }

  body .footer .footer-links > .row > .sm-row > div {
    width: 50%;
  }

  body .footer .footer-links > .row > .col-3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .surrounding {
    height: auto;
    overflow: auto !important;
  }

  body .footer::before {
    top: -200px;
  }
}

@media (max-width: 575px) {
  body .section-33 {
    margin-bottom: 300px;
  }

  .green-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  body .section-31 .container {
    padding: 80px 0;
  }

  body .section-31 .container > .block .text .tittle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
  }

  body .section-30 .tittle {
    font-size: 38px;
    line-height: 48px;
  }

  .footer::before {
    top: -150px !important;
  }

  body .footer .footer-end {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  body .footer .footer-end > div {
    width: 100%;
  }

  body .footer .footer-links > .row > .sm-row {
    flex-wrap: wrap;
  }

  body .footer .footer-links > .row > .sm-row > div {
    width: 100%;
  }

  body .footer .footer-links > .row > .sm-row > div:last-child {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 399px) {
  body .section-31 .container {
    padding: 70px 0;
  }

  body .section-30 .tittle {
    font-size: 34px;
    line-height: 44px;
  }

  body .section-31 .container > .block .text .tittle,
  body .section-33 .container .tittle {
    font-size: 18px;
    line-height: 28px;
  }

  nav .logo {
    max-width: 90px;
  }

  .footer::before {
    top: -125px !important;
  }
}

/* ========== FINAL NAVBAR LOGO LOCK ========== */
/* Desktop header logo row */
#menu .navbar-brand {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap !important;
}

/* Mobile header logo row */
.nav-bar .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: nowrap !important;
}

/* ALL navbar logos unified height */
#menu .navbar-brand img,
.nav-bar .logo img {
  height: 42px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991px) {
  #menu .navbar-brand img,
  .nav-bar .logo img {
    height: 36px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #menu .navbar-brand img,
  .nav-bar .logo img {
    height: 32px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  #menu .navbar-brand img,
  .nav-bar .logo img {
    height: 28px;
  }
}

/* ========== SECTION 30 PIN READY ========== */
.section-30 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Background Fix */
.section-30 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Container */
.section-30 .container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 🔥 important */
}

/* ========== Title Block ========== */
.section-30 .tittle,
.section-30 .green-subtitle {
  position: relative;
  padding-left: 2%;
  z-index: 2;
}

.section-30 .title {
  padding-top: 15%;
}

/* ========== POEM WRAPPER (hidden initially) ========== */
.section-3 {
  position: absolute;
  top: 100%;
  height: 86vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

/* Poem Box */
.poem-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;

  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 1%,
    black 80%,
    transparent 100%
  );
}

.poem-title {
  color: #116466;
  text-align: left;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 2%;
  letter-spacing: 1.9px;
  padding-left: 2%;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Fredoka", sans-serif;
}

/* Poem Scroll */
.poem-content {
  padding-left: 2%;
  margin-top: 02%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-align: left;
  padding-bottom: 12%;

  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 6%,
    black 80%,
    transparent 100%
  );
}

/* Lines */
.poem-content p {
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 22px;
  font-family: "Figtree", sans-serif;
}
.poem-content p {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.1s linear;
}

/* Stanza Spacing */
.poem-content p:nth-child(4n):not(:nth-last-child(-n + 5)) {
  margin-bottom: 28px;
}

/* ========== MEDIA FOR POEM ========== */
/* ========== 1920px - 2399px ========== */
@media (max-width: 2399px) {
  .section-30 .title {
    font-size: 24px;
    line-height: 36px;
  }

  .poem-title {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .section-3 {
    top: 110%;
    height: 86vh;
  }

  .poem-content {
    padding-left: 4%;
    padding-right: 10%;
    padding-bottom: 22%;
  }

  .poem-content p {
    font-size: 24px;
  }
}

/* ========== 1600px - 1919px ========== */
@media (max-width: 1919px) {
  .section-30 .title {
    font-size: 24px;
    line-height: 36px;
  }

  .poem-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .section-3 {
    top: 115%;
    height: 86vh;
  }

  .poem-content p {
    font-size: 21px;
  }

  .poem-content {
    padding-bottom: 22%;
  }
}

/* ========== 1400px ========== */
@media (min-width: 1400px) {
  .section-30 .green-subtitle,
  .section-30 .tittle {
    padding-left: 2%;
  }

  .section-30 .container {
    justify-content: flex-start;
    padding-top: 22%;
  }

  .section-3 {
    top: 90%;
    bottom: auto;
  }

  .poem-title {
    padding-left: 2%;
  }

  .poem-content {
    padding-left: 2%;
  }
}

/* ========== 1200px - 1599px ========== */
@media (max-width: 1599px) {
  .section-30 .title {
    font-size: 24px;
    line-height: 36px;
  }

  .poem-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .section-3 {
    top: 120%;
    height: 86vh;
  }

  .poem-content p {
    font-size: 20px;
  }

  .poem-content {
    padding-bottom: 22%;
  }
}
