@media (min-width:1024px) {
    .c-row__col.c-row__col--fit.u-invisible-md-down {
        background: #fff;
        border-bottom-left-radius: 10px;
    }

    .nav_list a {
        mix-blend-mode: difference;
    }

    .l-1row-header .c-fluid-container {
        padding-right: 0;
    }

    .nav_contact a span {
        background: var(--point-color);
        padding: 5px 15px;
        border-radius: 20px;
    }

    .nav_contact:hover a span {
        color: var(--point-reverse-color);
    }

    .nav_list a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width:768px) {
    .headline strong {
        font-size: 40px !important;
        line-height: 1;
    }

    .underLine span {
        font-size: 16px !important;
    }
}