* {
font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "YOPQ" 300;
}

h1 {
    font-size: 16px;
}

#logo img {
    height: 65px
}

#badges img {
    height: 40px;
}

#devices img {
    width: 100%;
}

.lead {
    font-size: 1rem;
}

@media (min-width: 768px) { 
    h1 {
        font-size: 28px;
    }

    #logo img {
        height: 90px;
    }
    
    #badges img {
        height: 60px;
    }

    .lead {
        font-size: 1.5rem;
    }
 }

