.recommended_articles {
  padding: 120px 0;
  box-sizing: border-box;
}
.recommended_articles .container {
  display: block !important;
}
.recommended_articles .recommended_articles_title {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 31px;
  font-weight: 700;
}
.recommended_articles .recommended_outer {
  display: flex;
}
.recommended_articles .recommended_outer .recommended {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -11px;
  margin-right: -11px;
  flex-grow: 1;
}
.recommended_articles .recommended_outer .recommended * {
  box-sizing: border-box !important;
}
.recommended_articles .recommended_outer .recommended .blog-post {
  flex: 0 0 calc(33.3% - 22px);
  margin: 0 10px 20px 10px;
  max-height: 325px;
}
.recommended_articles .recommended_outer .recommended .blog-post:nth-child(n+4) {
  margin-bottom: 0 !important;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__image {
  height: 154px;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content {
  display: flex;
  flex-direction: column-reverse;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content .blog-post__text {
  display: none;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content .blog-post__header {
  margin-bottom: 12px;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content .blog-post__title {
  height: 52px;
  position: relative;
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content .blog-post__title:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 28px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
.recommended_articles .recommended_outer .recommended .blog-post .blog-post__content .blog-post__title a {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: inline-block;
}
.recommended_articles .recommended_outer .other_articles {
  flex: 1 0 auto;
  min-width: 280px;
  max-width: 280px;
  margin-left: 20px;
  background-color: #000000;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
}
.recommended_articles .recommended_outer .other_articles .title {
  color: #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.recommended_articles .recommended_outer .other_articles .other_article {
  margin-bottom: 35px;
}
.recommended_articles .recommended_outer .other_articles .other_article h6 {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  max-width: 240px;
  overflow: hidden;
  height: 48px;
  position: relative;
}
.recommended_articles .recommended_outer .other_articles .other_article h6:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28%;
  height: 28px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.recommended_articles .recommended_outer .other_articles .other_article h6 a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.recommended_articles .recommended_outer .other_articles .other_article h6 a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.recommended_articles .recommended_outer .other_articles .other_article .date {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  margin-top: 6px;
  font-weight: 300;
}
.recommended_articles .recommended_outer .other_articles .other_article .date time {
  all: inherit;
}