@charset "UTF-8";

.mt-60{
	margin-top: 60px;
}
.justify-content-center{
	justify-content: center;
}
@media screen and (max-width: 767px){
	.mt-60{
		margin-top: 50px;
	}
}