



.content{
    padding: 0 5% 5% 5%;
}
.section-wrap.split{
    gap: 2vw;
}
.section-wrap.split .button{
    margin-top: 3vh;
    width: 100%;
    display: block;
}
.section-wrap.split > div:nth-child(1){
    width: 30%;
}
.section-wrap.split > div:nth-child(2){
    width: 70%;
}
.section-wrap.split img{
    width: 100%;
    max-height: 50vh;
    object-fit: cover
}
.section-wrap.split img, .section.split > div > img{
    width: 75%;
}
.section {
    margin: 5vh 0 5vh 0;
    gap: 4vw;
}
.section .section{
    margin: 2vh 0 2vh 0;
}
.section.flex {
    gap: 2vw;
}
.section.split > div{
    width: 50%;
}
.section p{
    margin: 1vh 0;
}

.step{
    align-items: center;
    gap: 1vw;
}
.step h3{
    font-size: 2em;
    color: #C2A03D;
}
.middle-text{
    justify-content: center;
}
.section > form > .form-group{
    width: 30%;
}
.dluhopisy-wrap{
    margin: 5vh 0;
}

@media screen and (max-width: 800px) {
    .text{
        margin-bottom: 2%;
    }
    .section-wrap.split > div, .section.split > div, .section > form > .form-group{
        width: 100% !important;
    }
    form{
        align-items: center;
    }
    .section-wrap, .section.split{
        flex-direction: column;
        align-items: center;
    }
}

/*@media screen and (max-width: 600px) {*/
/*    .dluhopisy-grid{*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/