@media only screen and (min-width: 631px) {
    h1, h2, h3, p, a{
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
    }
    .se-header-link a{
        white-space: nowrap;
    }
    .top-menu-container,
    .hide,
    .toppic-s,
    .ccww-s,
    .se-footer-s{
        display: none;
    }
    .title{
        text-align: left;
    }
    .card-box{
        display: flex;
        flex-direction: column;
        padding: 40px;
        padding-bottom: 60px;
        border-radius: 20px;
        background: #f1f1f1;
        text-align: left;
        height: 490px;
    }
    .card-box img{
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .card-naslov{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .card-naslov p{
        color:#ad2b39;
        font-weight: 800;
        justify-content: right;
    }
    .card-naslov h2{
        color:#6c7176;
    }
    .card-display{
        display: grid;
        gap: 40px;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
    }
}