.blog-list {
  width: 100%;
  background-color: #ffffff;
  font-family: stolzl, sans-serif;
  padding-bottom: 5rem;
  position: relative;
  /* padding-top: 6rem; */
}

.blog-article-container:hover .bloglist-img {
  background-size: 120%;
}

.blog-article-container .bloglist-img {
  transition: all 1s ease-out;
}

.blog-desc h3:hover {
  color: #f85449;
}
.blog-wrapper {
  width: 100%;
  max-width: 1172px;
  margin: auto;
  margin-bottom: -2px;
  padding: 0 2rem;
  /* position: relative;
  z-index: 1000; */
}
/* .blog-link:hover{
  text-decoration: underline;
  color: #000000;
} */
.blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1100;
}

.blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-container .bloglist-img {
  background-size: 100%;
  height: 320px;
  width: 100%;
  background-position: center center;
  /* background-size: cover; */
}

.blog-desc > * {
  padding-top: 20px;
}

.blog-desc h3 {
  font-size: 26px;
  line-height: 32px;
}

.blog-desc h4 {
  color: #f85449;
  font-size: 20px;
}

.blog-desc a {
  text-decoration: none;
  color: inherit;
}

.blog-date {
  color: #bebebe;
  font-size: 20px;
}

.blog-text {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.blog-arrow {
  color: #ea3f34;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 1rem;
  cursor: pointer;
}

.blog-hr {
  border: 1px solid #707070;
}

/* button */
.blog-btn {
  display: flex;
  justify-content: center;
  border-top: 3px solid #ffffff;
  margin-top: -1px;
}

#show-more {
  margin: auto;
}

/* View more */
.team-d-block {
  /* display: block; */
  border-bottom: 1px solid #707070;
}
.team-d-none {
  display: none;
}

div.team-d-block:last-child ~ div.blog-hr {
  display: none;
}

div.team-d-block:last-child {
  border: none;
}

.blog-link {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: #ea3f34;
}

.recent-articles-headline {
  padding-top: 88px;
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
}

.blogList-grid-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 91%;
  margin: auto;
  position: absolute;
  grid-row-gap: 13rem;
  /* bottom: 0; */
  /* top: 160px; */
  top: 4%;
  left: 0;
  right: 0;
  grid-row-gap: 40rem;
  /* justify-items: center; */
  /* justify-content: start; */
  /* align-items: start; */
}
.blog-list-top-right {
  display: grid;
  justify-self: end;
  position: relative;
  top: 200px;
  /* display: grid;
  justify-self: end;
  position: relative;
  top: 186px; */
}
.blog-list-bot-right {
  display: grid;
  justify-self: end;
  position: relative;
  top: 450px;
}
.blog-list-bot-left {
  position: relative;
  bottom: 40px;
  left: 9%;
}
@media (min-width: 700px) {
  .blog-wrapper {
    padding: revert;
  }
  .blog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .blog-list-bot-left,
  .blogList-top-left {
    padding-right: 3rem;
  }
  .blog-list-bot-right {
    padding-right: 2rem;
  }
}
