body {
    color: #333;
    margin: 0;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
    padding-bottom: 54px;

    font-family: "Montserrat", "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 44px;
    font-family: "Montserrat", "Inter", sans-serif;
}

h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Montserrat", "Inter", sans-serif;
}

h3 {
    font-size: 12px;
    font-weight: 600;
	font-family: "Montserrat", "Inter", sans-serif;
	margin: 0;
	margin-bottom: 12px;
}

h3.margin-bottm-low {
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", "Inter", sans-serif;
    margin: 0;
    margin-bottom: 4px;
}

h4 {
    font-size: 12px;
    font-weight: 400;
    font-family: "Montserrat", "Inter", sans-serif;
    margin: 0;
    margin-bottom: 12px;
}

h5 {
    font-size: 12px;
    font-weight: 400;
    font-family: "Montserrat", "Inter", sans-serif;
    margin: 0;
    margin-bottom: 12px;
}

p {
    font-size: 12px;
    font-weight: 400;
    font-family: "Montserrat", "Inter", sans-serif;
    margin: 0;
}

ul {
    list-style-type: disc;
    padding-left: 24px;
    margin: 0;
}

ol {
    padding-left: 24px;
    margin: 0;
}

li p {
    padding-left: 0px;
}

.spacing-block-bottom {
    margin-bottom: 32px;
}

.spacing-sub-block-top {
    margin-top: 16px;
}

.spacing-p-bottom {
    margin-bottom: 16px;
}

.spacing-p-bottom-small {
    margin-bottom: 16px;
}

.spacing-li-bottom-large {
    margin-bottom: 12px;
}
