.staremasiewo-subpage-block .paper-inner:after,
.staremasiewo-subpage-block .object-info:after {
    content: "";
    display: table;
    clear: both;
}

.staremasiewo-subpage-block .leftCol {
    float: left;
    width: 35%;
}

.staremasiewo-subpage-block .rightCol {
    float: right;
    width: 60%;
}

.staremasiewo-subpage-block .leftCol img {
    max-width: 100%;
    height: auto;
    display: block;
}

.staremasiewo-subpage-block .button-set {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .staremasiewo-subpage-block .leftCol,
    .staremasiewo-subpage-block .rightCol {
        float: none;
        width: 100%;
    }
}