.banner {
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    color: #fff;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.banner-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/
@media screen and (max-width: 565px) {
    .text-box {
        text-align: center;
    }
}