.highlight-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Rusty-Red, #B85C4E);
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.secondary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.tertiary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #03424C;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 1;
}

/* LONE IMAGE */
.lone-image {
    display: none;
}

/* HISTORIES */

.hero {
    height: 600px;
}

.histories {
    background: #ffffff;
    padding: 124px 0 62px 0;
    display: flex;
    position: relative;
    justify-content: center;
    padding-bottom: 25px;
}

.histories .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.histories .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.histories .history {
    display: flex;
    margin-bottom: 75px;
}

.histories .history > div {
    width: 50%;
}

.histories .history > div.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.histories .history > div.image img {
    border-radius: 8px;
}

.histories .history > div:nth-child(odd) {
    margin-right: 20px;
    display: flex;
}

.histories .history > div p {
    width: 584px;
}

.histories .history > div h3 {
    color: #03424C;
    text-align: center;
    font-family: 'TrendSlabOne', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.histories .history > div p {
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
}

.histories .history > div:nth-child(even) {
    margin-left: 20px;
}

/* BELIEFS */

.beliefs {
    background: #ffffff;
    padding: 124px 0 62px 0;
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 50px;
}

.beliefs .container {
    display: flex;
    justify-content: space-between;
}

.beliefs .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.beliefs .content {
    color: #FFF;
}

.beliefs .content h2 {
    font-family: 'TrendSlabOne', serif;;
    font-size: 58px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    width: 397px;
    color: #03424C;
}

.beliefs .content p {
    color: #03424C;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 397px;
}

.beliefs .content .btn-group {
    display: flex;
    width: 420px;
    justify-content: space-between;
}

.beliefs .items {
    display: grid;
    grid-template-columns: 316px 316px;
    grid-row: auto auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 648px;
}

.beliefs .items .item {
    padding: 16px;
    border-radius: 8px;
    background: #DCE8E6;
    display: flex;
    width: 316px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.beliefs .items .item img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #fff;
}

.beliefs .items .item h4 {
    text-transform: capitalize;
    margin-top: 0;
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.beliefs .items .item p {
    color: #03424C;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 19.2px */
}

.team {
    background: #EFF0F2;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 84px 0 94px 0;
}

.team .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.team .content h2 {
    color: #03424C;
    text-align: center;
    font-family: 'TrendSlabOne', sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    width: 833px;
}

.team .content p {
    color: #000;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    width: 500px;
}

.team .chef-area {
    display: flex;
    margin-top: 40px;
    width: 100%;
}

.team .chef-area .image {
    display: flex;
    width: 658px;
    height: 474px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.team .chef-area .image img {
    width: 100%;
    height: 100%;
}

.team .chef-area .content {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.team .chef-area .content h3 {
    color: #03424C;
    text-align: left;
    font-family: 'TrendSlabOne', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    width: 100%;
}

.team .chef-area .content p {
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    text-align: left;
}

.team .members {
    margin-top: 40px;
    width: 100%;
}

.team .members .scrollable {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.team .members .member img {
    display: flex;
    width: 220px;
    height: 220px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

.team .members .member h5 {
    margin-top: 24px;
    color: #03424C;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.team .members .member span {
    color: #000;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    display: block;
}

.food-images {
    /*background: #EFF0F2;*/
	background: #ffffff;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    justify-content: center;
}

.food-images .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.food-images .image-list {
    display: flex;
    justify-content: space-between;
}

.food-images .image-list img {
    border-radius: 8px;
    width: 437px;
    height: 437px;
}

@media only screen and (max-width: 1000px) {
	.hero-about{
		height: 200px !important;
	}
	
	.hero {
        padding: 0 16px;
        padding-top: 80px;
        height: 400px;
    }

    .hero #bg {
        display: none;
    }

    .hero h2 {
        color: #03424C;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }

    .lone-image {
        display: block;
    }

    .lone-image img {
        width: 100%;
        height: auto;
    }

    /* HISTORIES */
    .histories {
        padding-top: 36px;
    }

    .histories .history {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .histories .history > div,
    .histories .history > div.content,
    .histories .history > div.content h3,
    .histories .history > div.content p {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .histories .history > div.image {
        margin-left: 0;
        margin-top: 32px;
    }

    .histories .history:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    /* BELIEFS */
    .beliefs {
        padding-top: 0;
    }

    .beliefs .container {
        flex-direction: column;
    }

    .beliefs .content h2 {
        font-size: 36px;
        line-height: 100%;
        width: 100%;
        text-align: center;
    }

    .beliefs .content p {
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }

    .beliefs .items {
        grid-template-columns: 100%;
        width: 100%;
    }

    .beliefs .items .item {
        width: 100%;
    }

    /* CREW */
    .team .content h2 {
        width: 100%;
        text-align: center;
        font-size: 36px;
        line-height: 100%;
    }

    .team .content p {
        text-align: center;
        line-height: 120%;
        width: 100%;
    }

    .team .chef-area {
        flex-direction: column;
    }

    .team .chef-area .image,
    .team .chef-area .image img {
        width: 100%;
        height: auto;
    }

    .team .chef-area .image img {
        margin-bottom: 24px;
    }

    .team .chef-area .content {
        margin-left: 0;
        width: 100%;
    }

    .team .chef-area .content h3 {
        font-size: 24px;
    }

    .team .members {
        overflow-x: scroll;
    }

    .team .members .scrollable {
        width: calc(244px * 4);
    }

    .team .members .member {
        width: 244px;
    }

    .food-images .image-list {
        width: 100%;
        overflow-x: scroll;
    }

    .food-images .image-list img {
        width: 75%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 10px;
    }

    .food-images .image-list img:last-child {
        margin-right: 0;
    }
}