@media (max-width: 430px) {
    .br-md {
        display: inline;
    }

    .head-top {
        padding-top: 118.5px;
    }

    /* body {
        word-break: keep-all;
        overflow-wrap: break-word;
    } */

    nav {
        font-size: 1rem;
    }

    nav.shrink .nav-links {
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .nav-links li {
        margin: 0px 1.3rem;
    }

    nav.shrink {
        font-size: 0.8rem;
    }

    .logo a {
        height: 45px;
    }

    .logo img {
        height: 50px;
    }

    .hero {
        padding: 2rem 1rem;
        word-break: keep-all;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .about-us {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .content-text {
        font-size: 1rem;
        /* word-break: keep-all; */
    }

    .content-text h1 {
        font-size: 1.5rem;
    }

    /* 
    div.content-text {
        width: 100%;
    } */

    div.about-logo {
        width: 90%;
    }

    .about-us button,
    .email-form button,
    #news button {
        font-size: 0.8rem;
    }

    #services {
        padding: 2rem;
    }

    .service-grid {
        margin-top: 0;
    }

    .service-item {
        padding: 1rem;
    }

    .news-content {
        width: 100%;
    }

    .news-content h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        display: inline;
    }

    .br-md {
        display: block;
    }

    .news-item {
        margin: 0 0 1.3rem;
    }

    #email-send {
        margin: 0 auto 3rem;
    }

    .email-form {
        padding: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-nav-links {
        width: 100%;
    }

    .footer-links {
        width: 100%;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #fff;
        margin-bottom: 0.5rem;
    }

    .footer-links ul li {
        margin: 0 0.8rem;
        display: inline;
    }

    .container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .product-display {
        width: 100%;
        padding: 0;
    }

    .content-item {
        padding: 0;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .product-item {
        padding: 1rem;
        height: 100%;
    }

    .product-item h3 {
        font-size: 0.9rem;
    }
}