.small_banner {
    height: 115px;
    background-color: white;
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    display: block;
    margin-top: -110px;
}

h4 {
    font-family: "cofo-sans-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 800;
    font-style: normal;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 1.5rem 0 0.6rem 0;
}

span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
}

.picture img {
    width: 370px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1px) and (max-width: 1200px) {
    .mobile-padding {
        padding: 0 3.5rem 0 1.3rem;
        width: 100%;
        display: inline-block;
    }
}