*{
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 1024px){

}
@media screen and (min-width: 1025px){

}
#about-us-info{
	padding-bottom: 50px;
}
#about-us-info h2{
	text-align: center;
	padding: 20px 0px;
	font-size: 32px;
	font-weight: bold;
}
#about-us-info h3{
	padding-top: 5px;
	font-size: 24px;
	font-weight: bold;
}
#about-us-info a{
	text-decoration: none;
	color: black;
}
#about-us-info p{
	font-size: 18px;
	padding: 5px 0px;
}
.check-detail-button{
	background: gray;
	font-size: 16px;
	padding: 2px 8px;
	border-radius: 5px;
	transition: all 2s;
}
.check-detail-button:hover{
	background: black;
}