/* Begin of About section  */
.inner-banber img {
    width: 100%;
    filter: brightness(0.5);
    position: relative;
    height: 540px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 267px;
    right: 0;
    left: 0;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}
/* End of About section  */

.super-ul h5 {
    font-size: 15px;
    color: #000000c2;
}


section.super-food-sec {
    /* padding: 80px 20px; */
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 140px;
}

.services-packages a {
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    color: #FFFFFF;
    background-color: #170A38;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
    text-decoration: unset;
}

.services-packages.text-center {
    margin-top: 80px;
}