@media (min-width: 980px) {
  .mobile {
    display: none !important;
  }
}


@media (max-width: 980px) {
  .web {
    display: none !important;
  }
}

.eb-mod-media-title {
    font-weight: bold;
    word-break: break-word;
    hyphens: auto;
    color: #84b5b2;
    margin-left: 0px;
}

.uk-panel-title {
   margin-top: 15px;
   margin-bottom: 10px;
   font-size: 24px;
   line-height: 32px;
   font-weight: normal;
   text-transform: none;
   color: #000000;
 }

