h1 {
    font-size: calc(20px + 10 * (100vw - 320px) / 1600);
    margin: 1rem 0;
}
.common-pages .col-lg-12 {
    width: 100%;
    padding: 10px 0;
}

.common-pages .col-lg-12 h2 {
    font-size: 1.8rem !important;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: math-auto;
}

.common-pages .col-lg-12 h3 {
    margin-bottom: 8px;
}

.common-pages .col-lg-12 h4 {
    margin-bottom: 8px;
}

.common-pages .col-lg-12 h5 {
    margin-bottom: 8px;
}

.common-pages .col-lg-12 h6 {
    margin-bottom: 8px;
}

.common-pages .col-lg-12 p {
    margin-bottom: 5px;
    color: #323232;
}

.common-pages .col-lg-12 ul,
.common-pages .col-lg-12 ul.ordered-list,
.common-pages .col-lg-12 ul.unordered-list {
    margin: 1rem;
}

.common-pages .col-lg-12 ul li {
    display: list-item;
    list-style: square;
    margin-bottom: 8px;
    color: #323232;
}

.thank-you p{
    font-size: 16px;
}