.zkusebni-rezim {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zkusebni-rezim .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zkusebni-rezim .logo .image img {
    width: 3.5rem;
    object-fit: cover;
}
.zkusebni-rezim .logo .heading {
    display: flex;
    align-items: baseline;
    padding-left: 1rem;
    color: #ffffff;
}
.zkusebni-rezim .logo .heading h1.first {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
}
.zkusebni-rezim .logo .heading h1.second {
    font-size: 1.4rem;
    padding-left: 0.3rem;
    margin: 0;
    font-weight: 600;
}
.zkusebni-rezim .logo .heading h1.third {
    font-size: 1rem;
    font-weight: 600;
}
.zkusebni-rezim .text h2 {
    text-align: center;
    font-size: 1.5rem;
    margin: 2rem 0;

}
.zkusebni-rezim .button a button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: none;
    height: auto;
    width: auto;
    padding: 7.5px 20px;
    background-color: #ceff34;
    color: #595959;
}
.zkusebni-rezim .flags ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
}
.zkusebni-rezim .flags ul li {
    list-style: none;
    font-size: 2rem;
    margin-top: 2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
    .zkusebni-rezim .logo .image img {
        width: 3rem;
    }
    .zkusebni-rezim .logo .heading h1.first {
        font-size: 1.4rem;
    }
    .zkusebni-rezim .logo .heading h1.second {
        font-size: 1rem;
    }
    .zkusebni-rezim .logo .heading h1.third {
        display: none;
    }
    .zkusebni-rezim .text h2 {
        font-size: 1rem;
    }
    .zkusebni-rezim .button a button {
        font-size: 0.85rem;
    }
    .zkusebni-rezim .flags ul {
        gap: 1rem;
    }
    .zkusebni-rezim .flags ul li {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
}