/*
    Theme Name:   understrap-child
    Description: Understrap Child Theme
    Template:     understrap
    Author: Kashif Shabbir
    Version: 1.0.0
    Text Domain: understrap-child
*/

/* Add any custom CSS here */

.hbspt-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 187px);
    max-width: 600px;
    margin: auto;
}

@media(min-width:1024px){
	#apso-form h2{
	font-size:64px;	
		margin-bottom:20px;
}
	#apso-form p{
	font-size:24px;	
}
	#apso-form .section-title{
		max-width: 900px;
    	margin: auto;
	}
	
}