.negative-margin {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.c3-box {
    border-radius: 3px;
    padding: 55px 45px;
}

.box-link,
.box-link:visited,
.box-link:active,
.box-link:focus {
    text-decoration: none;
    color: var(--musta);
    top: 0;
    transition: all 500ms ease-in-out;
    position: relative;
}

.box-link:hover {
    top: -20px;
    color: var(--musta);
}

.c3-box h2 {
    margin-bottom: 40px;
}

.box-footer {
    margin-top: 83px;
}

.box-icon {
    margin: 15px 0 55px 0;
}