﻿.template__banner,
.banner__title-text {
    color: #000000 !important;
}

@media (min-width: 768px) {
    .template__banner {
        height: 220px;
        padding-bottom: 5rem;
    }
}

@media (min-width: 992px) {
    .template__banner {
        height: 270px;
        padding-bottom: 8rem;
    }
}