.main_header h2 span{
    font-size: 20px;
    color: #373E42;
}

.main_header h2{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #12AFC6;
}

.main_copy {
	text-align:center;
}

.main_copy p{
	font-size: 16px;
}
    
.main_overview {
    display :flex;
	justify-content: center;
}

@media screen and (max-width:480px) { 
    .main_copy p{
	font-size: 14px;
	}
}