.hg-layout1 {
    display: grid;
    grid-template-columns: 1fr;
}

section {
    grid-column: 1 /-1;
}

.col50 {
    display: flex;
    flex-basis: 50%;
}

.col-grd-1-100 {
    grid-column: 1 /-1;
    display: grid;
    grid-template-columns: 1fr;
}

.col-grd-1-100>div {
    width: 100vw;
}

.col-grd-2-50 {
    display: grid;
    grid-template-columns: 1fr;
}

.col-grd-2-50>div {
    width: 100vw;
}

.col-wrap {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}

.col-wrap .col {
    width: calc(50vw - 5rem);
    display: grid;
    grid-template-columns: 80px 1fr;
}

.col-wrap .col img {
    width: 70px;
}

a.hgbutton {
    margin-top: 40px;
    margin-bottom: 60px;
}

.divider.one {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row1 {
    grid-column: 1 / -1;
    text-align: center;
    justify-content: center;
}

h1.large {
    margin: 1rem auto 2rem auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #000;
}

h2.large {
    margin: 1rem auto 2rem auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    color: #000;
}

h2.small {
    margin-top: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #7b7b7b;
}

/* p {
    font-weight: 400;
    line-height: 26px;
} */

.row1 p {
    max-width: 120ch;
    margin: 1rem auto 2rem auto;
    color: #333;
}

.divider.two {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row2 {
    grid-column: 1 / -1;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
}

.row2 h2 {
    margin: 1rem auto 2rem auto;
}

.block-content {
    text-align: left;
}

.divider.three {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row3 {
    margin: 0 auto;
    width: 100%;
    grid-column: 1 / -1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.row3 div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.in-block {
    grid-column: 1/-1;
}

.row3 h2 {
    margin-top: 40px;
    margin-bottom: 60px;
}

.row3 a:first-of-type {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2rem;
    max-height: 50px;
}

.row3 .info {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr;
}

.info .col img {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.info .col:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.citem {
    width: 100%;
    background-color: #fff;
}

.citem h5 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-family: Montserrat;
    color: #e4e8ec;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.citem h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 100%;
}

.citem p {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #3e3e3e;
    line-height: 2rem;
    text-align: center;
}

.divider.four {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row4 {
    grid-column: 1/-1;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.row4 div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.row4 a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2rem;
    max-height: 50px;
}

.row4 h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
}

.ms-card {
    margin: 0 auto;
    height: 100%;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    border-radius: 1rem;
    color: #3a3a3a;
    box-shadow: 3px 4px 11px var(--hg-black-overlay);
    padding: 0 2rem;
    min-width: 280px;
    max-width: 290px;
}

.ms-card ul {
    text-align: left;
}

.ms-card ul li {
    line-height: 1.2rem;
    padding-bottom: 1.6rem;
}

.ms-card ul li i {
    color: var(--hg-yellow);
}

.click-to-call {
    text-decoration: none;
    color: #000;
}

.click-to-call span {
    color: var(--hg-yellow)
}

@media screen and (min-width: 800px) {
    .hg-layout1 {
        display: grid;
        grid-template-columns: 1fr 0.5fr 0.5fr;
        margin-top: 30px;
    }
    h2.large {
        margin: 1rem auto 2rem auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    .row2 {
        grid-template-columns: 1fr;
    }
    .col-grd-2-50 {
        grid-template-columns: 1fr 1fr;
    }
    .col-grd-2-50>div {
        width: 50vw;
    }
    .row3 .info {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .info .col img {
        display: flex;
        width: 38rem;
        align-items: center;
        justify-content: center;
    }
    .info .col:nth-of-type(2) {
        margin-right: 6rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
    }
    .click-to-call br {
        display: none;
    }
    .ms-card {
        margin: 0 auto;
        height: 100%;
        border: 1px solid #e2e2e2;
        background-color: #ffffff;
        border-radius: 1rem;
        color: #3a3a3a;
        box-shadow: 3px 4px 11px var(--hg-black-overlay);
        padding: 0 2rem;
        min-width: 280px;
        max-width: 400px;
    }
    .citem h4 {
        margin-bottom: 1rem;
        font-weight: 700;
        color: #333;
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
    }
    .citem h5 {
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-family: Montserrat;
        color: #e4e8ec;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .citem p {
        margin-bottom: 1rem;
        font-weight: 400;
        color: #3e3e3e;
        line-height: 2rem;
        text-align: left;
    }
}