﻿.hero-section {
    padding-left: 6% !important;
}

    .hero-section .c-form {
        margin-top: 0 !important;
    }

.hero img {
    position: relative;
    top: 30px;
    margin-left: 16px;
}

.hero iframe {
    position: relative;
    top: 30px;
    margin-left: 16px;
}

.hero .text {
    padding-right: 6%;
}

.hero-section .text h1 {
    color: var(--gray-900, #101828);
    /* Display/Small */
    font-family: var(--font-header);
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 120% */
}

.hero-section .text h2 {
    color: var(--gray-900, #101828);
    /* Display/Small */
    font-family: var(--font-header);
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 120% */
}



@media(min-width: 768px) {
    .hero-image {
        background: var(--blue-light, #E9F3FE);
    }
}

@media(max-width: 767px) {
    .hero-section {
        padding: 0 !important;
    }

    .hero .text {
        background: var(--blue-light, #E9F3FE);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .hero-image {
        padding: 0;
    }

    .hero img {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }

    .hero iframe {
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }
}
