#lmi-articles #header {
  height: 200px;
  width: 100%;
  background: #fbfbfc;
}
#lmi-articles #header #background {
  height: 150px;
  width: 100%;
  background: #f2f5f9;
  position: absolute;
}
#lmi-articles #header #banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#lmi-articles #header .container {
  height: 100%;
  position: relative;
  padding: 0px;
}
#lmi-articles #header #banner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 30px 20px;
}
#lmi-articles #header #banner p {
  font-size: 12px;
  margin: 0px;
}
#lmi-articles #header #banner h5 {
  margin-bottom: 10px;
}
#lmi-articles #header #banner > a {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
#lmi-articles #header #banner-info div:first-child {
  display: flex;
}
#lmi-articles #header #banner-info div:first-child i {
  margin-right: 15px;
  margin-top: 8px;
  font-size: 20px;
}

#lmi-articles #body {
  padding: 50px 0px;
  background-color: #fbfbfc;
}
#lmi-articles #resources #articles {
  flex: 0 0 70%;
}
#lmi-articles #resources #articles .article {
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
#lmi-articles #resources #articles .article .article-image span {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  flex: 0 0 20%;
  border-radius: 8px;
  display: block;
}
#lmi-articles #resources #articles .article .article-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#lmi-articles #resources #articles .article .article-details {
  height: 150px;
  position: relative;
}
#lmi-articles #resources #articles .article .article-details span {
  color: #a3a3a3;
  font-size: 12px;
}
#lmi-articles #resources #articles .article .article-details h5 {
  margin: 0px;
}
#lmi-articles #resources #articles .article .article-details p {
  color: #666666;
  margin: 10px 0px;
  font-size: 14px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#lmi-articles #resources #articles .article .article-details a {
  position: absolute;
  bottom: 0px;
}
