@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
 {

}

#logo a {
    max-height: 100%;
    max-width: 177px;
    margin-top: -7px;
}
h2 {
    font-size: 17px !important;
    line-height: 28px !important;
}
}

.wpcmsdev-accordion .accordion-item-title a {
    display: block;
    border: 0;
    padding: 0.2em 0.5em !important;
    background-color: #f2f2f2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), transparent) !important;
    text-decoration: none;
    color: #000 !important;
    font-size: 12px !important;
}
.wpcmsdev-accordion .accordion-item-content {
    border-bottom: 1px solid #d8d8d8;
    padding: 0.5em !important;
}
.text-light {
color: #ffffff;
text-shadow: #000 1px 1px;
}

a {
    color: #00a8ff;
}