.ArticleTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #1397BE;
  line-height: 1;
}

.ArticleEmptySpace {
  height: 38px;
}

.ArticleShort {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .ArticleShort {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.ArticleAuthor {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #1397BE;
  line-height: 1.2;
  margin-top: 0.5rem;
  min-height: 90px;
}

.ArticleBody {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
}

.ArticleBody p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.ArticleBody a {
  color: #1397BE;
}

.ArticleBody h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1397BE;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
  line-height: 1.2;
}

.ArticleBody h1 {
  font-size: 2.5rem;
}

.ArticleBody h2 {
  font-size: 2rem;
}

.ArticleBody h3 {
  font-size: 1.75rem;
}

.ArticleBody h4 {
  font-size: 1.5rem;
}

.ArticleBody h5 {
  font-size: 1.25rem;
}

.ArticleBody h6 {
  font-size: 1rem;
}

.ArticleListItem {
  margin: 20px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  padding: 20px;
}

.ArticleListTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #1397BE;
  line-height: 1;
  margin-bottom: 4px;
}

.ArticleListShort {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.ArticleListPublishedDate {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ADADAD;
  line-height: 1;
}

.ArticleListReadMore {
  font-size: 12px;
  font-weight: 700;
  color: #6EC1E4;
}

.UseCaseCategory {
  font-size: 32px;
  font-weight: 500;
  color: #1E4964;
  font-family: 'Proxima Nova Bold';
  margin-top: 24px;
  margin-bottom: 24px;
}

.UseCaseHeader {
  word-break: break-word!important;
  word-wrap: break-word!important;
  background-color: #008FC7;
  color: white;
  font-family: 'Proxima Nova Bold';
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 24px;
}

.UseCaseHeaderImage {
  max-width: 50vw;
}

.UseCaseBody {
  background-color: #F4F5F5;
  padding: 20px;
  line-height: 22.5px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}

.UseCaseBody p {
  margin: 0 0 16px 0;
}

.UseCaseBody a {
  color: #1397BE;
}

.UseCaseBody h1, h2, h3, h4, h5, h6 {
  color: #328AC2;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.UseCaseBody h1 {
  margin-top: 0px;
  font-size: 20px;
}

.UseCaseBody h2 {
  margin-top: 0px;
  font-size: 20px;
}

.UseCaseBody h3 {
  font-size: 18px;
}

.UseCaseBody h4 {
  font-size: 18px;
}

.UseCaseBody h5 {
  font-size: 18px;
}

.UseCaseBody h6 {
  font-size: 18px;
}

.UseCaseBody img {
  max-width: 100%;
}

