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

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

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

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

}

.left-right-section .text {
  width: 50%;
  color: #1e3932;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f1f8f6;
}

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

.left-right-section .image img {
  width: 100%;
}

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

}

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

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

.text .cta {
  padding: 7px 16px;
  border: 1px solid;
  border-radius: 50px;
  color: #1e3932;
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;

}

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

.chill .text h1 {

  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
  letter-spacing: 8px;
}

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

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

section {
  display: flex; 
}

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

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

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

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

.top-bottom-section .text {
  display: flex;
  flex-direction: column;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
}


.top-bottom-section:first-child .section-container {
  margin-right: 16px;
}


.top-bottom-section:last-child .section-container {
  margin-left: 16px;
}

.top-bottom-section .image {
  display: flex;
}


.top-bottom-section .text {
  background-color: #d4e9e2;
  padding: 8px 24px 32px 24px;
  color: #1e3932;
  flex-grow: 1;
}

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

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

.top-bottom-section {
  display: flex;
  margin-bottom: 32px;

}

.celebration .text {
  background-color: #d4e9e2;
  line-height: 1.75;

}

.celebration .text h1 {
  font-weight: 700;
}
/*
.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-text h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  max-width: 60%;
  padding: 0 48px;
  
}

.new-text h1 {
  font-size: 14px;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
*/

.footer-container ul li{
  display: flex;
  list-style-type: none;
  cursor: pointer;
  color: rgba(0,0,0,.56);
  padding-top: .8rem;
  margin-bottom: .8rem;
  padding-bottom: .8rem;
  font-size: 16px;
  
}

.footer-container ul li:hover {
  color: black;
}

.links-container {
  width: 190px;
  margin-right: 50px;
}

footer h3 {
  font-weight: 400;
  margin-bottom: 24px;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
}

.last {
  max-width: 1440px;
  display: flex;
  margin: 0 auto;

}

.last .new-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-bottom: 24px;
}

.last .new-text h1 {
  font-size: 14px;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.last .new-text h1, h3 {
  font-weight: 400;
}

.last .new-text h3 {
  line-height: 1.75;
}












