
    .marquee_trust {
        font-size: 19px;
        font-weight: 800;
        font-family: "Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
        color: #EDF1F5;
    }
      
    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
    .marquee_trust {
        width: 100%;
        }
    }  