.mb-32 {
    margin-bottom: 32px !important;
}
.container-prodavame {
    display: flex !important;
    flex-direction: column;
    gap: 132px !important;
}
.prodavame-foto-pb {
    padding-bottom: 66px !important;
}
.prodavame-foto-m {
    margin-top: 66px !important;
    margin-bottom: 100px !important;
}
.prodavame-pattern {
    background-size: contain !important;
}
.prodavame-text h2 {
    font-size: 40px !important;
    line-height: 120% !important; 
}
.prodavame-text li, .prodavame-text h3 {
    font-size: 20px !important;
    line-height: 150% !important;
}
.prodavame-text .cena {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}
.align-center {
    align-items: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.prodavame-text .button-blue-big {
    width: 100% !important;
}
.zajima-vas {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.prodavame-btn-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
}
.inner-prodavame {
    display: flex;
    flex-direction: column;
    gap: 24px; 
}
@media screen and (max-width: 767px) {
    .prodavame-text h2 {
        font-size: 30px !important;
        line-height: 1 !important;
    }   
    .zajima-vas {
        gap: 16px;
    }
    .mt-kontakty-custom {
        margin-top: 0px !important;
    }
    .prodavame-text li, .prodavame-text h3 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .container-prodavame {
        gap: 66px !important;
    }
    .prodavame-foto-pb {
        padding-bottom: 0px !important;
    }
    .prodavame-foto-m {
        margin-top: 33px !important;
        margin-bottom: 66px !important;
    }
    .inner-prodavame {
        gap: 5px;
    }
}
@media screen and (max-width: 550px) {
    .container-prodavame h2 {
        margin-bottom: 0px !important;
    }
    .mb-32 {
        padding-bottom: 16px !important;
    }
    .d-col-xs {
        flex-direction: column !important;  
        gap: 5px;
    }
}