

h5 {
    font-size: 15px;
    line-height: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: lowercase
}

@media only screen and (max-device-width: 480px) {
  h5 {
    font-size: 11px;
    line-height: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: lowercase
}
}