.google-maps {
        position: relative;
        padding-bottom: 35%; // Tutaj regulujemy wysokość
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.tck-title-split {
font-weight: 50;
}