@font-face {
  font-family: Arimo-Regular;
  src: url(https://cdn3.onboard.org/assets/raiffeisen/fonts/arimo-v13-latin-regular.woff2) format("woff2"), url(https://cdn3.onboard.org/assets/raiffeisen/fonts/arimo-v13-latin-regular.woff) format("woff")
}

@font-face {
  font-family: Arimo-Bold;
  src: url(https://cdn3.onboard.org/assets/raiffeisen/fonts/arimo-v13-latin-700.woff2) format("woff2"), url(https://cdn3.onboard.org/assets/raiffeisen/fonts/arimo-v13-latin-700.woff) format("woff")
}

body { margin: 0; padding: 0; font-family: 'Arimo-Regular', Arial, sans-serif; }
.item { padding: 20px 0; border-bottom: 4px solid #dadee1; display: flex; justify-content: flex-start; }
.logo { display: block; max-width: 125px; width: 125px; min-width: 125px; height: 64px; background-position: center; background-size: contain; background-repeat: no-repeat; margin: 0 10px; }
@media (max-width: 600px) { .logo { max-width: 50px; width: 50px; min-width: 50px; } }
.title { color: rgb(49, 160, 95); text-decoration: none; }
.description { max-height: 54px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; }