.button-module {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
}

.project-module-button .button-module {
    border-radius: 100px;
    color: #ffffff;
    font-family: arial;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    text-transform: none;
    background-color: #876f49;
    border: none;
    padding: 5px 35px 5px 35px;
}

.link-transition a {
    transition: background 0.2s ease, color 0.2s ease;
}

.standard-modules .rich-text .main-text, .standard-modules .rich-text div, .standard-modules .rich-text p {
    color: #a9a9a9;
    font-family: lgmv;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    text-align: center;
    width: 100%;
}
.contact-phone {
    font-size: 20px;
}
.contact-city {
    text-transform: uppercase;
    font-size: 16px;
}