.hero-banner-inner {
    margin: 0 auto;
    max-width: 1076px;
    text-align: center;
    width: 100%
}

.hero-banner-inner .title h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px
}

.hero-banner-inner .cont * {
    color: #fff;
}

.cont p {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    letter-spacing: .12px;
    line-height: 38px
}

.hero-banner-inner .CTA-btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 33px
}

.hero-banner-inner .CTA-btn a {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400
}

span.text-after {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    letter-spacing: .12px;
    line-height: 38px
}

.image-wrap,
.video-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-wrap video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.image-wrap img {
    height: 100% !important;
    object-fit: cover;
    width: 100%
}