@media (max-width: 768px) {

    p {
        font-weight: 300 !important;
    }
    .block-top {
        padding-top: 3rem !important;
    }

    .mobile {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .hero-section img {
        height: 80vh;
    }

    .container {
        margin: 0 auto;
        max-width: 100%;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    :root {
        --body-line-height: 1.75 !important;
    }


    .text-image-col {
        display: block !important;
    }

    .col-50 {
        padding: 0 !important;
        width: 100%;
    }
    
    .text-image-col__text .text-box {
        margin: 0px;
        text-align: center  ;
    }
    .text-image-col__image img {
        height: 50vh;

    }
    .carousel-indicators {
        width: 70%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .carousel-indicators button {
        text-align: center !important;
    }
    .left-margin-8 {
        margin-left: 0;
    }
    .text-image-col__button {
        margin-top: 2.5rem !important;
        text-align: center;
    }
    
    .clr-bg-list {
        display: block !important;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .clr-bg-item__img {
        height: 420px !important;
    }

    .clr-bg-item__text {
        width: 500px;
        margin-left: 25px;
    }

    .food-container {
        margin-top: -70px;
    }
    .food-image img {
        width: 85vw;
    }

    .food-image {
        position: relative !important;
        text-align: right;
        margin-top: 60px;
    }

    .text-image-col__text_left {
        padding-top: 1.8rem;
    }
    .text-image-col__text_left div {
        text-align: center !important;
        margin: 0px !important;
    }

    .featured-text-title {
        margin-bottom: 2.5rem;
        
    }
    .boxes {
        display: block;
    }
    .image-text-col {
        padding: 0%;
    }
    .footer-main .col:first-child {
        margin-right: 1rem;
    }

    .footer-main .col:first-child p {
        width: 45vw;

    }


    .footer-main .col ul {
        padding-left: 0px;
    }

    .footer-title-h1 {
        font-size: calc(1.325rem + .9vw);
    }

    .image-text-col__text {
        margin-top: 0px;
    }
}