.breakfast-section {
    background-image: url(../images/break-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.break-content a {
    color: #002684;
    font-weight: 600;
}

.special-content {
    text-align: center;
}

.special-box {
    padding: 30px;
    box-shadow: 4px 4px 5px 1px #00000029;
    max-width: 75%;
    margin: 0 auto;
}

.special-box img {
    width: 100%;
}

.break-meal {
    height: 440px;
}

.order-now i {
    color: #fff !important;
}

.special-section {
    background-color: #fff !important;
}

@media(max-width:992px) {
    .break-meal {
        height: 100%;
    }
}