.banner-top-section-tablewaiter {
    background: linear-gradient(to right, rgba(245, 197, 80, 0.8), rgba(122, 164, 63, 0.8), rgba(245, 118, 47, 0.8), rgba(238, 85, 60, 0.8));
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 70vh;
    width: 100%;
    color: #FFFFFF;
}

.project-title {
    font-family: "the-seasons", sans-serif;
    font-size: 90px;
    padding-bottom: 30px ;
}