#article-promo {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
  background: linear-gradient(to right, rgba(93, 206, 215, 0.4), rgba(93, 206, 215, 1)) no-repeat;;
}

.title-container {
  padding: 56px 0;
}

.title {
  margin: 0;
}

.article-container {
  padding-left: 24px;
  margin-bottom: 32px;
}

.article-item {
  color: #FFF;
  transition: 0.3s color ease;
  display: flex;
  flex-direction: row;
}

.article-item + .article-item {
  margin-top: 32px;
}

.article-item .image-article {
  max-width: 240px;
  height: 140px;
  object-fit: cover;
}

.article-item .article-content-container {
  margin-left: 24px;  
}

.article-item .article-title {
  margin: 0 0 16px;
}

.article-item .article-description {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .title-container {
    padding: 32px 0.9375rem;
  }

  .article-container {
    padding-left: 12px;
  }

  .article-item {
    flex-direction: column;
  }

  .article-item .image-article {
    max-width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .article-item .article-content-container {
    margin-left: 0;  
    margin-top: 8px;
  }
}

/* Divider */
.divider {
  color: #FFF;
  padding: 32px 0;
  background: url('../images/landing-page/divider.png') no-repeat;
  background-size: cover;
}

.divider .divider-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.divider-content img {
  width: 150px;
}
