:root {
    --ms-primary: #23307c;
    --ms-secondary: #cc1f40;
    --ms-thrid: #009BDE;
    --ms-fourth: #A2DE03;
    --ms-padding: 2rem;
    --ms-title-line-top-height: 0.7rem;
    --ms-title-line-top-width: 10.9rem;
}

.event-button-back {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.event-button-back .event-icon-arrow-back-home {
    background-image: url(../images/icons/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 4.1rem;
    height: 3.9rem;
    transform: rotate(180deg);
    margin-right: 2rem;
}

.event-button-back a {
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: unset;
    color: var(--ms-primary);
}