
        



p {
    margin: 26px 0;
}


.standard-section-content {

}

.large-right-margin {
    box-sizing: border-box;
    padding-right: 30%;
}



@media screen and (max-width: 768px) {

    h2 {
        font-size: 28px;
        text-align: center;
    }

    .large-right-margin {
        padding-right: 0;
    }

    p:has(.site-button) {
        text-align: center;
    }

}

/**umb_name:Title*/
h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

/**umb_name:Grey Text*/
.grey-text {
	color: #9999;
}
