#header-bottom li.title .h2 {
    display: block;
    margin-top: 0;
}

#home-banner .banner-info .w30  .h5 {
    display: block;
    margin: 0;
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.icon-text .h4 {
    margin-bottom: 0;
}

#footer .h5.red {
    color: var(--red);
}

@media (max-width: 768px) {
    #home-banner .banner-info .w30  .h5 {
        font-size: 18px;
    }
}