.heading-block ~ p:not(.lead) {
    font-size: initial;
}

p {
    text-align: justify;
}

p, li {
    font-size: initial;
}

.footer-logo {
    margin-top: 30px;
    margin-bottom: 60px;
}

#wrapper, #content {
    background-color: #F9F3ED
}

#slogan-row {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 50px;
}

#slogan-row h3 {
    display: inline-block;
    position: absolute;
    padding-left: 100%;
    text-indent: 0;
}

.slogan1 {
    animation: marquee 12s linear infinite;
}

.slogan2 {
    animation: marquee 12s linear 4s infinite;
}

.slogan3 {
    animation: marquee 12s linear 8s infinite;
}

@media (max-width: 768px) {
    #slogan-row {
        height: unset;
    }
    #slogan-row h3 {
        position: unset;
        padding: unset;
        display: inherit;
        animation: none;
        text-align: center;
    }
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

img.screen {
    width: 500px;
}

.flex-row {
    display: flex;
    justify-content: center;
}

.header-image {
    background-image: url("/assets/images/office.jpg");
    background-position: center 30%;
    background-repeat: no-repeat;
    height: 250px;
}

@media (max-width: 768px) {
    .header-image {
        background: none;
        height: 0;
    }
}

.head-cogs {
    margin-top: 60px;
    height: 305px;
}

.nutrition-cans {
    margin-top: 15px;
}

.hands-map {
    max-height: 280px;
}
