/* @media (min-width:1024px) { */

    .k_main {
        margin-top: 20px;
        border: 1px solid;
        border-radius: 10px;
        background-color: #457f4c;
        display: flex;
        /* text-align: center; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 10px;
        color: lemonchiffon;
        margin-bottom: 30px;
    }
    a {
        text-decoration: none;
        color: lemonchiffon;
    }
/* } */

ul {
    list-style: none;
}


address {
    width: 100%;
}

@media (min-width:1024px) {
    .k_main {
        margin-top: 134px;
       
    }
}