html, body{
}
.text > h1{
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px;
    color: white;
}
.sec-title p {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #2dbe6c;
}

.about-fifty{
    padding-top: 100px;
    padding-bottom: 150px;
}

.left{
    width: 60%;
    aspect-ratio: 1;
    background: url('/assets/images/kancelaria-front.jpg') no-repeat center / cover;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.37);
    margin-top: -150px;
}
.right{
    width: 60%;
    aspect-ratio: 1;
    display: flex;
    background: url('/assets/images/kancelaria.jpg') no-repeat center / cover;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0px rgb(0,0,0,0.37);
    margin-left: 40%;
}

.na-predaj{
    background-color:  #2dbe6c !important;
}

@media only screen and (max-width: 800px){
    .about-fifty{
        padding-top: 30px;
        padding-bottom: 150px;
    }
    .about-fifty > .row > div:last-child{
        padding-top: 50px;
    }
    #rokov-skusenosti{
        color: white !important;
    }
}

@media only screen and (min-width: 1000px){
    .about-cta > h1{
        font-size: 4rem;
    }
}
