.content-blog {
  margin-bottom: var(--space-40);
}
.section-blog-featured-post {
  position: relative;
  display: block;
  margin-bottom: var(--space-20);
  background: linear-gradient(90deg, var(--color-gray-95), 70%, var(--color-white) 1%);
}

.container-blog-featured-post {
  max-width: var(--container-xl);
  margin: 0 auto;
}

.colum-blog-featured-post {
  width: 50%;
}

.webtim-featured-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-20) 0;
}

.webtim-featured-post .webtim-featured-post__meta-data {
  margin-bottom: var(--space-5);
}

.webtim-featured-post .webtim-post__category,
.webtim-featured-post .webtim-featured-post__meta-data .meta-data__divider {
  color: var(--color-secondary);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  text-decoration: none;
  text-transform: uppercase;
}

.webtim-featured-post .webtim-post__category {
  margin-right: var(--space-6);
  text-transform: uppercase;
}

.webtim-post__category:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-secondary);
  text-decoration-color: var(--color-secondary);
}

.webtim-featured-post .webtim-post-read-time {
  color: #808080;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
}

.webtim-post__text {
  max-width: 420px;
}

.webtim-featured-post .webtim-post__text .webtim-post__tittle {
  margin-bottom: var(--space-6);
  color: var(--color-gray-10);
  font-size: 2.25rem;
  font-weight: var(--font-black);
  line-height: var(--leading-5);
  text-decoration: none;
}

.webtim-post__tittle a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.webtim-post__tittle a:hover {
  color: var(--color-primary);
  -webkit-text-decoration-color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

.webtim-featured-post .webtim-post__text .webtim-post__excerpt {
  margin-bottom: var(--space-12);
  font-family: var(--spectral-font);
  color: var(--color-gray-35);
  line-height: var(--leading-7);
}

.webtim-post__button .webtim-post__button-link {
  color: var(--color-primary);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all var(--transition-time);
}

.webtim-post__button .webtim-post__button-link:hover {
  -webkit-text-decoration-color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

.webtim-post__button svg {
  margin-left: var(--space-3);
  margin-bottom: -6px;
}

/***************************/

.section-webtim-posts {
  position: relative;
  max-width: var(--container-xl);
  display: block;
  margin: 0 auto var(--space-24) auto;
}

.webtim-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--space-8);
  grid-row-gap: var(--space-20);
}

.webtim-post__thumbnail {
  display: block;
  margin-bottom: var(--space-6);
}

.webtim-post .webtim-post__tittle {
  margin-right: var(--space-3);
  margin-bottom: var(--space-4);
  color: var(--color-gray-10);
  font-size: var(--text-xxl);
  font-weight: var(--font-black);
}

.webtim-post__text .webtim-post__excerpt {
  margin-bottom: var(--space-8);
  font-family: var(--spectral-font);
  color: var(--color-gray-35);
  line-height: var(--leading-6);
}

.webtim-post__meta-data .webtim-post__date,
.webtim-post__meta-data .divider,
.webtim-post__meta-data .webtim-post__read-time {
  color: var(--color-gray-35);
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
}

.webtim-post__meta-data .divider {
  margin: 0 var(--space-1);
}

.webtim-post--category {
  width: 100%;
  display: flex;
}

.webtim-post--category {
  color: var(--color-secondary);
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  text-decoration: none;
}

.webtim-post--category a {
  text-decoration: none;
}

.webtim-post--category .meta-data__divider {
  margin-right: var(--space-1);
}
