.ktk-hero-bg {
    min-height: 372px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
}
.ktk-block-hero-content__inner,
.ktk-block-hero-slide__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-end;
}
.ktk-hero-txt,
.ktk-hero-txt * {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
}
.ktk-hero-txt {
    margin-bottom: 1rem;
    text-shadow: 0 0 10px black;
    line-height: 1em;
    text-align: center;
}
.ktk-hero-txt strong {
    font-weight: 700;
}
.ktk-hero-txt * {
    margin-bottom: 0 !important;
}
.ktk-hero-txt,
.ktk-hero-link {
    display: flex;
    justify-content: center;
}
.ktk-hero-link .button:hover {
    background-color: white !important;
}
#wpcontent .owl-carousel {
    display: flex !important;
}
#wpcontent .ktk-hero-link .button {
    pointer-events: none;
}