@media only screen and (max-width: 768px) {
    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .home-our-design .card p {
        display: contents;
        font-size: 12px;
    }

    .home-our-design .card i {
        font-size: 10px;
    }

    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight {
        padding: 0.5rem;
    }

    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight p,
    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight span,
    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight p>strong,
    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight p>i,
    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight th>i,
    #carouselFeaturedDesignIndicators .carousel-item .featured-highlight h5 {
        font-size: 10px;
    }

    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight {
        padding: 0.5rem;
    }

    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight p,
    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight span,
    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight p>strong,
    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight p>i,
    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight th>i,
    #carouselFeaturedSystemIndicators .carousel-item .featured-highlight h5 {
        font-size: 10px;
    }

    #DesignList .card p {
        display: contents;
        font-size: 12px;
    }

    #DesignList .card i {
        font-size: 10px;
    }

    .social-icon-widget {
        display: none;
    }

    footer {
        padding-bottom: 75px;
    }

    .mobile-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-bottom-bar>.bottom-bar {
        width: calc(50% + 1px);
        display: inline-block;
        text-align: center;
        height: 100%;
        margin: -2px;
        padding: 0.75rem 0;
    }

    .career-header {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .list-check li {
        background-size: 30px;
    }

    .about-cta {
        padding: 2rem;
    }

    .mega-menu-header {
        top: 0;
        left: 100%;
        height: 100%;
        min-height: 100%;
        width: 100%;
        z-index: 1600;
        overflow-y: auto;
    }

    .mega-menu-header.active {
        left: 0;
        top: 0;
    }

    #carouselHomeSlideshowIndicators .carousel-item .carousel-caption {
        text-align: center;
        width: 70%;
    }

    #carouselHomeSlideshowIndicators .carousel-item .carousel-caption h5 {
        font-size: 24px !important;
    }

    #carouselHomeSlideshowIndicators .carousel-item .carousel-caption p {
        font-size: 14px !important;
    }

    .featured-products .card-featured-backdrop {
        padding: 8px;
    }

    .featured-products .card-featured-backdrop .card-featured {
        padding: 1rem;
    }
}