﻿.module-hero__headline {
/*    max-width: 60%;
*/    max-width: 100%;
    margin-bottom: 98px;
}

span.module-hero__headline-item {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-family: nycarlsbergdisplay-bold, arial;
}


.module-hero__cta a {
    color: #fff;
    border: 1.82px solid #fff;
    padding: 22px 35px;
    font-size: 12px;
    font-weight: 700;
    background-color: rgba(255,255,255,0.2);
    letter-spacing: 0.195em;
    text-transform: uppercase;
}
@media screen and (max-width: 450px) {
    .module-hero__cta a {
        font-size: 10px;
    }
}
