.main-container {
	max-width: 1440px;
	margin: 0 auto;
}

.announcements {
	display: flex;
	justify-content: center;
	background-color: #d8e8e3;
	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.5;
	font-weight: 400;
}

.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%;
}

#frappucino {
	background-color: #f2f0eb;
}

#h1-frappucino {
	font-weight: 800;
	line-height: 1.2;
	font-size: 50px;
	letter-spacing: 8px;
}
#h3-frappucino {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
}

.text h1,
.text h3 {
	margin: 0;
	font-weight: 400;
}

.text h1 {
	margin-bottom: 24px;
	text-align: center;
}

.text h3 {
	margin-bottom: 32px;
	text-align: center;
}

.text .cta {
	padding: 7px 16px;
	border: 1px solid;
	border-radius: 50px;
	color: #1e3932;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.text .cta:hover {
	padding: 7px 32px;
	background-color: rgba(30, 57, 50, 0.1);
}

.chill .text {
	background-color: #f2f0eb;
}
.chill .text h1 {
	font-weight: 800;
	line-height: 1.2;
	font-size: 50px;
	letter-spacing: 8px;
}

.chill .text h3 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
}

section {
	display: flex;
}

.top-bottom-section {
	width: 50%;
	display: flex;
	margin-bottom: 32px;
}

.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-left: 24px;
	padding-right: 24px;
	padding-bottom: 32px;
	padding-top: 8px;
	color: #1e3932;
	flex-grow: 1;
}

.top-bottom-section .text h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
}

.top-bottom-section .text h3 {
	font-size: 19px;
	line-height: 1.75;
}
