/* =========================
   Background Section
========================= */
.bg-image {
    background: url("https://stg.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/text-pages/bg-lines.png") no-repeat;
    background-size: contain;
    padding-top: 70px !important;
    padding-bottom: 110px !important;
}


/* =========================
   Typography – Headings
========================= */
.text-page {
    text-align: center;
}

.text-page .heading2 {
    font-weight: 400;
    color: #000;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}


/* =========================
   Typography – Body
========================= */
.text-page p {
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D;
    margin-bottom: 0;
    padding: 0 220px;
}


.center-column {
    grid-column: 3 / span 8;
    margin: 0 auto;
}

.meetings-iframe-container {
margin-top: 50px;
}


/* =========================
   Responsive
========================= */
@media (max-width: 1023px) {
    .center-column {
        grid-column: 1 / span 12;
        margin: 0 auto;
    }

    .text-page p {
        font-size: 14px;
         line-height: 20px;
        color: #6D6D6D;
        padding: 0;
    }

    .text-page .heading2 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.72px;
        margin-bottom: 10px;
    }

    .meetings-iframe-container {
        margin-top: 20px;
    }

}