.cdf-banner {
    min-height: 600px;
    padding-bottom: 3rem;
}
.cdf-banner__image img {
    object-fit: cover;
}
.cdf-banner__col {
    min-height: 600px;
}
.cdf-banner__title,
.entry-content .cdf-banner__title,
h1.cdf-banner__title {
    color: #ffffff !important;
    font-family: var(--cdf-font-heading) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin: 0 !important;
}
.cdf-banner__desc {
    font-size: 18px;
}
.cdf-banner__desc p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .cdf-banner {
        min-height: 720px;
    }
    .cdf-banner__col {
        min-height: 720px;
    }
    .cdf-banner__title,
    .entry-content .cdf-banner__title,
    h1.cdf-banner__title {
        font-size: 48px !important;
    }
}
