.main-container {
  max-width: 1440px;
  margin: 0 auto;
}

.announcements {
  background-color: #d8e8e3;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.announcements span {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  max-width: 60%;
  text-align: center;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.left-right-section {
  display: flex;
  margin-bottom: 32px;
}

.left-right-section .text {
  background-color: #f1f8f6;
  color: #1e3932;
}

.left-right-section .text,
.news-section .text {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 32px 48px;
}

.left-right-section .image,
.news-section .image {
  width: 50%;
  display: flex;
}

.left-right-section .image img,
.top-bottom-section .image,
.top-bottom-section .image img,
.news-section .image img {
  width: 100%;
}

.text h1,
.text h3 {
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.text h1 {
  margin-bottom: 24px;
}

.text h3 {
  margin-bottom: 32px;
  font-size: 19px;
}

.text .cta,
.footer-cta-container ul li {
  padding: 7px 16px;
  border: 1px solid;
  border-radius: 50px;
  color: #1e3932;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.text .cta:hover,
.footer-cta-container ul li:hover {
  background-color: rgba(30, 57, 50, 0.1);
}

.chill .text {
  background-color: #f2f0eb;
}

.chill .text h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
  letter-spacing: 8px;
}

.chill .text h3 {
  font-size: 24px;
  line-height: 1.5;
}

.top-bottom {
  display: flex;
  gap: 2rem;
  margin-bottom: 32px;
}

.section-container {
  display: flex;
  flex-direction: column;
}

.top-bottom-section {
  width: 50%;
  background-color: #d4e9e2;
}

.top-bottom-section .text {
  display: flex;
  flex-direction: column;
  color: #1e3932;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-top: 12px;
  font-size: 16px;
}

.top-bottom-section .text h1 {
  line-height: 36px;
}

.top-bottom-section .text h3 {
  line-height: 1.75;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.top-bottom-section .text .cta {
  width: 30%;
  margin: 0 auto;
}

.news-section {
  display: flex;
  background-color: #d4e9e2;
}
.news-section .text {
  color: rgba(0, 0, 0, 0.87);
}

.news-section .text h1 {
  color: rgb(0, 0, 0);
  display: inline;
  font-size: 24px;
  height: auto;
  letter-spacing: -0.16px;
  line-height: 36px;
  max-width: 1107.69px;
}

.news-section .text h3,
.rewards .text h3 {
  line-height: 33.25px;
  max-width: 876.923px;
}

.terms-conditions-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  line-height: 24px;
  padding: 32px 0 50px 0;
}

.terms-conditions-section .t-c-text {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 14px;
  height: 24.8px;
  line-height: 25.2px;
  max-width: 646.154px;
}

.terms-conditions-section .t-c-text:last-child {
  padding-top: 30px;
}
