.blog-logo {
  position: absolute;
  bottom: 0;
  right: 35px;
}

.post {
  margin-top: 100px;
  padding: 0 30px;
}

.post:hover .post-title {
  color: #ef1111;
  cursor: pointer;
}

.post-date {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #161616;
  text-transform: uppercase;
  padding: 30px 0;
}
.post-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  color: #161616;
  line-height: 36px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.content {
  height: 100%;
  color: #fff;
}
.posts-wrapper {
  padding-bottom: 130px;
}

#post {
  color: #161616;
  max-width: 1050px;
  padding-bottom: 150px;
}

#post h1 {
  font-size: 44px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  line-height: 53px;
  padding-bottom: 20px;
}

.post-content {
  font-size: 18px;
  line-height: 28px;
}

/* .back-btn-wrapper {
  padding-bottom: 30px;
  border-bottom: 6px solid #ef1111;
} */

.back-btn {
  color: #161616;
  font-size: 12px;
}

.back-btn:hover {
  color: #161616;
}

.back-btn::before {
  content: "";
  background-image: url("../images/back.svg");
  background-size: 35px 17px;
  display: inline-block;
  width: 50px;
  height: 17px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in;
  vertical-align: sub;
}

.back-btn:hover::before {
  transform: translate(-10px, 0);
}

.page-section {
  position: relative;
  padding: 240px 0 200px 0;
}
.single-inner {
  padding-top: 150px;
}
.c-summary_list_item-section .page-title {
  transition-delay: 0.3s;
}
.c-summary_list_item-section h1 {
  margin: 0;
  transition-delay: 0.4s;
}
.full-line {
  width: 100%;
  height: 6px;
  background-color: #ef1111;
  transform: scaleX(0);
  transform-origin: center left;
  transition-delay: 0.2s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.d-flex.flex-column.content.is-inview .full-line {
  transform: scaleX(1);
}

.posts-wrapper .post .content .post-date,
.posts-wrapper .post .content .post-title {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.posts-wrapper .post:nth-child(2) .content .full-line {
  transition-delay: 0.3s;
}

.posts-wrapper .post:nth-child(2) .content .post-date,
.posts-wrapper .post:nth-child(2) .content .post-title {
  transition-delay: 0.3s;
}
.posts-wrapper .post:nth-child(3) .content .full-line {
  transition-delay: 0.4s;
}
.posts-wrapper .post:nth-child(3) .content .post-date,
.posts-wrapper .post:nth-child(3) .content .post-title {
  transition-delay: 0.4s;
}

.comprehensive-section .comprehensive-section-title,
.comprehensive-section .comprehensive-section-content {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}
.comprehensive-section .comprehensive-section-content {
  transition-delay: 0.4s;
}

.comprehensive-section-box.d-flex.flex-column.is-inview
  .comprehensive-section-title,
.comprehensive-section-box.d-flex.flex-column.is-inview
  .comprehensive-section-content,
.posts-wrapper .post .content.is-inview .post-date,
.posts-wrapper .post .content.is-inview .post-title {
  transform: none;
  opacity: 1;
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .blog-logo {
    right: 0;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .post-title {
    font-size: 18px;
    line-height: 26px;
  }
  .post {
    padding: 0 15px;
  }
  #post h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .page-section {
    padding: 140px 0 150px 0 !important ;
  }
  .post-title {
    font-size: 24px;
    line-height: 36px;
  }
  #post h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .back-btn {
    font-size: 14px;
  }
  .post-date {
    font-size: 16px;
  }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
