.contact-cols--section {
    background-color: var(--theme-lt-grey);
}

.contact-cols--container {
    padding: 60px var(--theme-content-padding) 100px;
}

.contact-cols--icon {
    margin-bottom: 24px;
}

.contact-cols--title {
    color: var(--theme-teal71);
    margin-bottom: 24px;
}

.contact-cols--copy {
    margin-bottom: 45px;
}

.contact-cols--copy a {
    text-decoration: underline;
    color: var(--theme-teal72);
}

.contact-cols--copy a:hover {
    text-decoration: underline;
    color: var(--theme-teal73);
}

.gform_required_legend {
    color: var(--theme-teal71);
    font-family: Figtree;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    caret-color: var(--theme-teal74);
}

.contact-cols--form {
    max-width: 580px;
    margin: 0 auto;
}

.one-col-mod .contact-cols--container {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 60px;
}

.one-col-mod .contact-cols--linkedin,
.one-col-mod .contact-cols--copy {
    max-width: 580px;
    margin: 0 auto;
}

.one-col-mod .contact-cols--linkedin {
    margin-top: 22px;
}

.contact-cols--linkedin a {
    display: inline-block;
    color: var(--theme-teal71);
    max-width: 30px;
    transition: color .3s;
    line-height: 0;
}

.contact-cols--linkedin a:hover {
    color: var(--theme-teal73);
    outline: none;
}

.contact-cols--linkedin svg {
    width: 100%;
    height: auto;
}

.gform-submit-button {
    width: 100%;
}

@media (min-width: 992px) {

    .two-col-mod .contact-cols--form {
        max-width: 100%;
    }

    .two-col-mod .contact-cols--container {
        display: flex;
        column-gap: 60px;
    }

    .two-col-mod .contact-cols--right,
    .two-col-mod .contact-cols--left {
        width: 50%;
    }

    .two-col-mod .gform-submit-button {
        width: 260px;
    }
}