section.dynamic-page-section.py-5 {
    width: 1166px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px !important;
	padding-bottom:32px!important;
}

h3#section1 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Gotham-Black';
    margin-bottom: 16px;
}
h4 {
    font-size: 20px;
    font-family: gotham;
    font-weight: 700;
    margin-bottom: 20px;
}
section.dynamic-page-section.py-5 p , section.dynamic-page-section.py-5 em , section.dynamic-page-section.py-5 a {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gotham-Light';
	line-height: 150%;
}
p {
    margin-bottom: 20px !important;
}
strong {
    font-weight: 900;
    font-family: gotham;
}
section.dynamic-page-section.py-5 ul {
    margin-left: 30px;
}
@media screen and (max-width:600px)
{
	section.dynamic-page-section.py-5 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 12px;
    padding-right: 12px;
}
}