.see__pad {
    padding: 80px 0px 10px 0px;
}

.financial_list.one {
    background-color: #2E5340;
}

.financial_list.one p {
    color: #fff;
}

.financial_list.two {
    background-color: #A55545;
}

.financial_list.two p {
    color: #fff;
}

.financial_list.three {
    background-color: #000;
}

.financial_list.three p {
    color: #fff;
}

.financial_list {
    position: relative;
    padding: 30px 40px 30px 30px;
    border-radius: 21px;
}

.financial_number p {
    font-weight: 600;
    color: rgba(31, 33, 45, 1) !important;
}

.financial_number {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(31, 33, 45, 1);
    font-family: var(--primary-font);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 30px;
    height: 90px;
}

.financial_text p {
    font-size: 18px;
}

.financial_text h5 {
    color: #fff;
}

.financial_icon img {
    animation: spin 20s linear infinite;
    width: 60px;
}

.financial_title .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: rgba(31, 33, 45, 1);
}

.financial_title .title h2 span {
    color: rgba(31, 33, 45, 1);
    font-weight: 400;
    font-size: 35px;
}

.financial_icon {
    padding-bottom: 35px;
}

.sub-title::before {
    display: none;
}

.financial_section .auto_container .row .fadeInUp {
    display: flex;
    align-items: center;
}

ul.meal-items li .content .top::before,
ul.meal-items li .content .top::after {
    display: none;
}

ul.meal-items li .content .bottom {
    grid-template-columns: unset;
    width: fit-content;
}

ul.meal-items li .content .top {
    width: fit-content;
}

ul.meal-items li .content {
    width: fit-content;
}

.idea-images {
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
}

.service-banner {
    height: 100%;
    object-fit: cover;
}

.reservation-area {
    padding-bottom: 50px;
}

.reservation-area::before {
    display: none;
}

.shape-less .nav.nav-tabs.food-menu-nav button {
    font-size: 14px;
}

.list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.research-2 {
    margin-bottom: 80px;
    margin-top: 50px;
}
.financial_number::before{
    content: '';
    position: absolute;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #2E5340;
    border-radius: 20px;
    mix-blend-mode: difference;
}
.banner-style-one h2{
    font-size: 60px;
}
@media only screen and (max-width:480px) {
    .shape-less .nav.nav-tabs.food-menu-nav button {
        font-size: 17px;
    }

    .financial_list {
        margin-bottom: 30px
    }
    .research-2{
        margin-top: unset;
    }
    .idea-images{
        padding-bottom: 30px;
    }
    .reservation-area{
        padding-bottom: 0px;
    }
}