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

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

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

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

.left-right-section .text {
  width: calc(100% * (6 / 12));
  display: flex;
  padding: 32px 48px;
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: center;
  background-color: #6a0000;
  flex: 1;
}

.left-right-section .image {
  width: calc(100% * (6 / 12));
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-right-section .image img {
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: cover;
}

.text h1,
.text h3 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5;
}

.text .cta {
  padding: 7px 16px;
  border: 1px solid;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.text .cta:hover {
  padding: 7px 20px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.chill .text .cta:hover {
  padding: 7px 20px;
  background-color: rgba(30, 57, 50, 0.1);
}

.chill.left-right-section .text h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

.chill.left-right-section .text {
  background-color: #da8151;
  color: white;
  flex: 1;
}

section {
  display: flex;
}
.top-bottom-section {
  width: 50%;
}

.section-container {
  height: 100%;
  background-color: #da8151;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.top-bottom-section .image {
  width: 100%;
  flex: 1;
}

.top-bottom-section .image img {
  width: 100%;
  flex: 1;
}

.top-bottom-section .text {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
}

.top-bottom-section .text h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.top-bottom-section .text h3 {
  font-size: 19px;
  line-height: 1.75;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

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

.top-bottom-section:first-child .section-container {
  margin-right: 1.6rem;
}

.top-bottom-section:last-child .section-container {
  margin-left: 1.6rem;
}
