.adout {
	width: 1220px;
	height: auto;
	margin: 2% auto;
}
.adout-title-text {
	width: 1220px;
	height: auto;
	margin: 0 auto;
}
.adout-title-text h1{
	color: #01613B;
}


.adout-top{
	display: flex;
	flex-flow: row wrap;
	padding: 1%;
	background-color: #eeeeee;
}

.adout-top-text {
	width: 55%;
	margin: 0 auto;
	
}
.adout-top-text h2  a{
	font-size: 28px;
	text-decoration: none;
	color: black;
}
.adout-top-text h2 {
	color: #01613B;
}

.adout-top-text p {
	font-size: 24px;
	
}
.adout-buttom{
	width: 80%;
	height: auto;
	background-color: #01613B;
	padding: 4% auto;
	margin: 0 auto;
	border-radius: 5px;
}
.adout-buttom p{
	text-align: center;
	font-size: 32px;
}
.adout-buttom a{
	text-decoration: none;
	color: #eeeeee;
}
.adout-top-button {
	width: 90%;
	height: auto;
	line-height: 50px;
	margin: 0 auto;
	color: white;
	text-align: center;
	font-size: 24px;
	border-radius: 10px;
}

.adout-top img {
	width: 43%;
	height: auto;
	margin: 1% auto;
}

.adout-card {
	margin: 2% auto;
	background-color: #eeeeee;
	padding: 3% 2%;
}

.adout-card h3 {
	font-weight: bold;
	text-align: center;
}

.adout-card p {
	text-indent: 2rem;
	font-size: 20px;
	font-weight: bold;
	
}

.adout-top-button a {
	color: white;
	text-decoration: none;
}





@media screen and (max-width: 1220px){
	.adout {
		width: 95%;
		height: auto;
		margin: 2% auto;
	}
	.adout-title-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.adout-title-text h1{
		color: #01613B;

	}
	
	
	.adout-top {
		display: flex;
		flex-flow: row wrap;
		padding: 1%;
		background-color: #eeeeee;
	}
	.adout-top img{
		width: 100%;
	}
	.adout-top-text {
		width: 100%;
		margin: 0 auto;
	}
	.adout-top-text h2  a{
		text-decoration: none;
		color: black;
	}
	.adout-top-text h2 {
		color: #01613B;
	}
	
	.adout-top-text p {
		font-size: 24px;
		
	}
	.adout-buttom{
		width: 80%;
		height: auto;
		background-color: #01613B;
		padding: 4% auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	.adout-buttom p{
		text-align: center;
		font-size: 32px;
	}
	.adout-buttom a{
		text-decoration: none;
		color: #eeeeee;
	}
	.adout-top-button {
		width: 90%;
		height: auto;
		line-height: 50px;
		margin: 0 auto;
		color: white;
		text-align: center;
		font-size: 24px;
		border-radius: 10px;
	}
	
	.adout-top img {
		width: 100%;
		height: auto;
		margin: 1% auto;
	}
	
	.adout-card {
		margin: 2% auto;
		background-color: #eeeeee;
		padding: 3% 2%;
	}
	
	.adout-card h3 {
		font-weight: bold;
		text-align: center;
	}
	
	.adout-card p {
		text-indent: 2rem;
		font-size: 20px;
		font-weight: bold;
		
	}
	
	.adout-top-button a {
		color: white;
		text-decoration: none;
	}
}


@media screen and (max-width: 768px) {
	.adout {
		width: 95%;
		height: auto;
		margin: 2% auto;
	}
	.adout-title-text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.adout-title-text h1{
		color: #01613B;
		font-size: 24px;

	}
	
	
	.adout-top {
		display: flex;
		flex-flow: row wrap;
		padding: 1%;
		background-color: #eeeeee;
	}
	.adout-top img{
		width: 100%;
	}
	.adout-top-text {
		width: 100%;
		margin: 0 auto;
	}
	.adout-top-text h2  a{
		text-decoration: none;
		color: black;
	}
	.adout-top-text h2 {
		color: #01613B;
	}
	
	.adout-top-text p {
		font-size: 16px;
		
	}
	.adout-buttom{
		width: 80%;
		height: auto;
		background-color: #01613B;
		padding: 4% auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	.adout-buttom p{
		text-align: center;
		font-size: 16px;
	}
	.adout-buttom a{
		text-decoration: none;
		color: #eeeeee;
	}
	.adout-top-button {
		width: 90%;
		height: auto;
		line-height: 50px;
		margin: 0 auto;
		color: white;
		text-align: center;
		font-size: 20px;
		border-radius: 10px;
	}
	
	.adout-top img {
		width: 100%;
		height: auto;
		margin: 1% auto;
	}
	
	.adout-card {
		margin: 2% auto;
		background-color: #eeeeee;
		padding: 3% 2%;
	}
	
	.adout-card h3 {
		font-weight: bold;
		text-align: center;
	}
	
	.adout-card p {
		text-indent: 2rem;
		font-size: 14px;
		font-weight: bold;
		
	}
	
	.adout-top-button a {
		color: white;
		text-decoration: none;
	}
}
}