 .kontakt_office {
    display: flex;
    flex-wrap: wrap;

    }

 .location {
    width: 50%;
    box-sizing: border-box;
    margin-top: 25px;
    }

 .map {
     width: 50%;
     margin-top: 15px;
     box-shadow: 1px 2px 6px;
 }
 .kontakt_upozornenie {
    margin-top: 20px;
    }

 @media only screen and (max-width: 768px) {
     .location {
         width: 100%;
     }
     .map {
         width: 100%;
     }
}