.competitions-hero-footer {
    margin-top: 12px;
    text-align: center;
}

@media print, screen and (min-width: 64em) {
    .competitions-hero-footer {
        margin-top: 30px;
        text-align: left;
    }
}

@media screen and (min-width: 100em) {
    .competitions-hero-footer {
        width: 100%;
        max-width: 24.375rem;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px) {
    .competitions-hero-footer .info-link:hover {
        color: #ffffff;
    }

    .competitions-hero-footer .info-link:hover svg {
        fill: #ffffff;
    }
}
