/* =========================
   Homepage hero
   ========================= */

.kontaktum-home-hero {
    position: relative;
    min-height: unset !important;

    padding-top: 44px !important;
    padding-right: 24px !important;
    padding-bottom: 34px !important;
    padding-left: 24px !important;

    overflow: visible;
}

.kontaktum-home-hero .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.kontaktum-home-hero > .wp-block-cover__background {
    opacity: 0.48 !important;
}

.kontaktum-home-hero h2,
.kontaktum-home-hero .wp-block-heading {
    max-width: 920px;
    margin: 0 auto 22px !important;

    color: #0f2a4c !important;

    font-size: clamp(34px, 4.2vw, 52px);
    font-weight: 800;
    line-height: 1.12;

    text-align: center;
}

.kontaktum-home-hero p {
    max-width: 640px;
    margin: 0 auto !important;

    color: #ffffff;

    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.5;

    text-align: center;
}

.kontaktum-home-hero .kbc-hero-search {
    margin-top: 22px;
    margin-bottom: 22px;
}