

.hero_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.hight{
    width: 100%;
    height: 40vh;
}

.links_list a, .text h3{
    text-decoration: none;
    color: #000000CC;
    opacity: 80%;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    white-space: nowrap;
}

.links_list a:first-child{
    opacity: 100%;
    font-weight: 700;
    margin-bottom: 1rem;
}
button{
    white-space: nowrap;
}

@media (max-width:576px) {
    .nav_links {
        flex-direction: column !important;
        background-color: #000000 !important;
        max-height: 0;
        overflow: hidden;
    }

    #menu-Btn:checked~.nav_links {
        max-height: 400px;
        padding: 20px;
        position: absolute;
        top: 50px;
        right: 0;
        align-items: start;
        font-weight: 600;
        z-index: 9999;
    }
}