#contactUsDefault {
    text-align: center;
}

#contactUsDefault section {
    padding-bottom: 40px;
    padding-top: 40px;
}

#contactUsDefault section h1, #contactUsDefault section h2, #contactUsDefault section h3 {
    line-height: 1;
    font-weight: 700;
    font-size: 32px;
}

#contactUsDefault section h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#contactUsDefault section h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}

#contactUsDefault section p:last-child {
    margin-bottom: 0;
}

#contactUsDefault section.grey {
    background-color: #e5e5e6;
}

#contactUsDefault p {
    line-height: 1.3;
    font-size: 16px;
}

#contactUsDefault .columns {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#contactUsDefault .columns > div {
    flex-basis: 25%;
}

#contactUsDefault img {
    height: 100px;
}

#contactUsDefault .addresses img {
    width: 100px;
    height: auto;
}


@media (max-width: 990px) {

    #contactUsDefault p {
        text-align: justify;
        font-size: 18px;
    }

    .fullwidthsection > .container {
        max-width: 100vw;
    }

    #contactUsDefault img {
        max-width: 100% !important;
    }

    #content {
        margin-top: 0 !important;
    }

    #contactUsDefault .columns {
        flex-direction: column;
        text-align: center;
        gap: 0;
        padding: 0px;
    }

    #contactUsDefault .columns > div {
        padding-bottom: 40px;
    }

    .addresses p {
        text-align: center !important
    }
}
