body {
    margin: 0;
    font-family: 'Alata', sans-serif;
    font-weight: 400;
    background-color: #B3C5C8;
}

main {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-weight: bold;
    color: #FFF;
    margin: 0px;
}

h2 {
	font-size: 3.5rem;
    font-weight: bold;
    line-height: 4.5rem;
    color: #FFF;
    margin: 0px;
}


h3 {
	font-size: 2rem;
	font-weight: bold;
    line-height: 2.5rem;
	color: #FFF;
    margin: 0px;
}

p {
    font-size: 1rem;
    color: #5A9499;
}


.s1-container,
.s2-container,
.s3-container,
.s4-container,
.s5-container,
.s6-container {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	height: auto;
}

.s1-left, .s1-right,
.s2-left, .s2-right,
.s3-left, .s3-middle, .s3-right,
.s4-left, .s4-right,
.s5-left, .s5-right,
.s6-left, .s6-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	box-sizing: border-box;
}

.s1-left {
	flex: 50%;
	justify-content: center;
}

.s1-right {
	flex: 50%;
	justify-content: center;
}

.s2-left {
	flex: 50%;
	justify-content: center;
}

.s2-right {
	flex: 50%;
	justify-content: center;
}

.s3-left{
	flex: calc(100% / 3);
	text-align: center;
}

.s3-middle {
	flex: calc(100% / 3);
	text-align: center;
}

.s3-right {
	flex: calc(100% / 3);
	text-align: center;
}

.s4-left {
	flex: 50%;
	justify-content: center;
}

.s4-right {
	flex: 50%;
	justify-content: center;
}

.s5-left {
	flex: 50%;
	justify-content: center;
}

.s5-right {
	flex: 50%;
	justify-content: center;
}

.s6-left {
	flex: 50%;
	justify-content: center;
}

.s6-right {
	flex: 50%;
	justify-content: center;
}

.s1-title {
	width: 90%;
}

.s1-subtitle {
	width: 90%;
}

.s1-image {
	width: 100%;
}

.s2-title {
	width: 90%;
}

.s2-text {
	width: 90%;
}

.s2-image {
	width: 90%;
	border-radius: 12px;
	margin-top: 20px;
}

.s3-title {
	width: 90%;
	margin-top: 20px;
}

.s3-text {
	width: 90%;
}

.s3-image {
	max-width: 80%;
	margin-top: 20px;
}

.s4-title {
	width: 90%;
}

.s4-subtitle {
	width: 90%;
	margin-top:20px;
}

.s4-text {
	width: 90%;
}

.s4-image {
	width: 70%;
}

.s5-title {
	width: 90%;
	margin-bottom: 40px;
}

.s5-subtitle {
	width: 90%;
}

.s5-text {
	width: 90%;
}

.s5-image {
	width: 100%;
}

.s6-title {
	width: 80%;
	margin-bottom: 10px;
}

.s6-subtitle {
	width: 80%;
}

.s6-text {
	width: 80%;
}

.s6-image {
	width: 90%;
	border-radius: 12px;
	margin-top: 20px;
}

.s5-button,
.s6-button {
    display: inline-block;
    background-color: #fff;
    color: #333;
    border: 2px solid #5A9499;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 480px) {
	html {
	    font-size: 14px;
	}

	main {
		max-width: 320px;
	}

	h1 {
		font-size: 4.5rem;
	}

	.s1-container,
	.s2-container,
	.s3-container,
	.s4-container,
	.s5-container,
	.s6-container {
		flex-direction: column;
		margin: 80px 0px;
	}

	.s1-left, .s1-right,
	.s2-left, .s2-right,
	.s3-left, .s3-middle, .s3-right,
	.s4-left, .s4-right,
	.s5-left, .s5-right,
	.s6-left, .s6-right {
		max-width: 100%;
	}

	.s3-left, .s3-middle, .s3-right {
		margin-bottom: 40px;
	}

	.s6-left {
		display: none;
	}

	.s1-g-image {
		width: 17%;
	}

	.s6-g-image {
		width: 14.5%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	html {
	    font-size: 16px;
	}

	main {
		max-width: 480px;
	}

	h1 {
		font-size: 5.5rem;
	}

	.s1-container,
	.s2-container,
	.s3-container,
	.s4-container,
	.s5-container,
	.s6-container {
		flex-direction: column;
		margin: 120px 0px;
	}

	.s1-left, .s1-right,
	.s2-left, .s2-right,
	.s3-left, .s3-middle, .s3-right,
	.s4-left, .s4-right,
	.s5-left, .s5-right,
	.s6-left, .s6-right {
		max-width: 100%;
	}

	.s3-left, .s3-middle, .s3-right {
		margin-bottom: 40px;
	}


	.s6-left {
		display: none;
	}

	.s1-g-image {
		width: 15.5%;
	}

	.s6-g-image {
		width: 11%;
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	html {
	    font-size: 16px;
	}

	main {
		max-width: 768px;
	}

	h1 {
		font-size: 5rem;
	}

	.s1-container,
	.s2-container,
	.s3-container,
	.s4-container,
	.s5-container,
	.s6-container {
		margin: 100px 0px;
	}

	.s1-left, .s1-right,
	.s2-left, .s2-right,
	.s3-left, .s3-middle, .s3-right,
	.s4-left, .s4-right,
	.s5-left, .s5-right,
	.s6-left, .s6-right {
		max-width: 50%;
	}

	.s1-g-image {
		width: 18%;
	}
	.s6-g-image {
		width: 14%;
	}
}

@media (min-width: 1281px) {
	html {
	    font-size: 20px;
	}

	main {
		max-width: 1280px;
	}

	h1 {
		font-size: 5.5rem;
	}

	.s1-container,
	.s2-container,
	.s3-container,
	.s4-container,
	.s5-container,
	.s6-container {
		margin: 120px 0px;
	}

	.s1-left, .s1-right,
	.s2-left, .s2-right,
	.s3-left, .s3-middle, .s3-right,
	.s4-left, .s4-right,
	.s5-left, .s5-right,
	.s6-left, .s6-right {
		max-width: 50%;
	}

	.s1-g-image {
		width: 14.5%;
	}
	.s6-g-image {
		width: 10.5%;
	}
}
