.blog-category {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 0.89vw;
  font-weight: 400;
  line-height: 1vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  border-top: 0.5px solid #1d2025;
  border-bottom: 0.5px solid #1d2025;
  padding: 0.6vw 0.8vw;
  display: inline-block;
}

.blog-title {
  text-transform: capitalize;
  font-size: 4.44vw;
  line-height: 5vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  margin-top: 0;
  font-weight: 400;
}

.blog-excerpt {
  font-weight: 300;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
  line-height: 2vw;
  letter-spacing: 0.07vw;
  font-weight: 300;
}

.blog-date {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
}

.blog-featured-image {
  width: 100%;
  height: 33.33vw;
  margin-top: 84px;
}

.blog-featured-image img {
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .blog-category {
    font-size: 0.8rem;
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding: 8px 12px;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-excerpt {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
  }

  .blog-date {
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .blog-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .blog-featured-image {
    margin-top: 4rem;
  }
}

@media (max-width: 576px) {
  .blog-featured-image {
    height: 30rem;
  }

  .blog-preview-author {
    width: 100% !important;
  }

  .blog-preview-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog-title {
    font-size: 15vw;
    line-height: 17.5vw;
  }
}

@media (min-width: 2780px){
	.big-container{
		max-width: 3410px;
	}
}