h1.zp_membership_title {
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    max-width: 674px;
}

h2.zp_form_title {
    color: #000230;
    font-size: 24px;
    line-height: 32px;
    max-width: 674px;
    font-weight: bold;
    margin-bottom: 20px;
}

.zp_form_description {
    color: #000230;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    max-width: 674px;
}

select#company_revenue {
    width: calc(50% - 8px);
}

@media screen and (max-width: 992px) {
    select#company_revenue {
        width: 100%;
    }

    .zp_form_description {
        font-size: 20px;
        line-height: 24px;
    }

    h2.zp_form_title {
        font-size: 20px;
        line-height: 24px;
    }

    h1.zp_membership_title {
        font-size: 28px;
        line-height: 36px;
    }
	
	.zp_form_description {
		font-weight: 300;
	}
}