.anna-related-services-block {
    margin: 36px 0;
    padding: 28px;
    border-radius: 18px;
    background: var(--e-global-color-secondary);
}

.anna-related-services-block__title {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-size: 24px;
}

.anna-related-services-block__intro {
    margin-bottom: 18px;
}

.anna-related-services-block__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.anna-related-services-block__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    text-decoration: none;
    background: #6f5b4f;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}

.anna-related-services-block .anna-related-services-block__button,
.anna-related-services-block .anna-related-services-block__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: #9b7650;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.3;
    transition: all 0.2s ease;
}

.anna-related-services-block .anna-related-services-block__button:hover,
.anna-related-services-block .anna-related-services-block__button:focus,
.anna-related-services-block .anna-related-services-block__button:active {
    background: #6b5547;
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1;
}

.anna-related-services-block__empty {
    opacity: 0.65;
    font-style: italic;
}
