
.home-banner-button {
    width: 100%;
    font-weight: 500;
    margin-top: 5px;
}

.home-banner-button i {
    font-size: 18px !important;
}

.header-banner {
    padding-top: 0;
    padding-bottom: 0;
}

.header-banner .banner,
.header-banner .img-fluid {
    min-height: 500px;
}

.header-banner .banner img {
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.home-banner-button:hover i {
    color: var(--secondary-color);
}

.home-banner-button i {
    color: var(--light);
}

.home-banner-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
}


@media screen and (max-width: 998px) {
    .header-banner .banner,
    .header-banner .img-fluid,
    .header-banner .banner img {
        min-height: auto;
    }
}

