body {
    background-color: #f5f5f5;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.keep-reading-content.hide > *:not(:nth-child(1)) {
    display: none !important;
}

.contact__text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

.contact {
    border: solid 1px #eee;
    margin-block: 40px 150px;
    padding: 20px;
}

.js-appear-on-expand {
    transition: all 350ms;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
}