.impact-block {
  padding: 60px 0 70px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  scroll-margin-top: 60px;
}
.impact-block__text p {
  max-width: 547px;
  margin-bottom: 40px;
}
.impact-block__post-item {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .impact-block__post-item {
    padding-top: 30px;
  }
}
.impact-block__post-item:last-child {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .impact-block__post-item:last-child {
    padding-bottom: 30px;
  }
}
.impact-block__post-item-title-small a {
  display: inline-block;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
}
@media screen and (max-width: 767px) {
  .impact-block__post-item-title-small a {
    font-size: 18px;
  }
}
.impact-block__post-item-title-small:active a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .impact-block__post-item-title-small:hover a {
    color: #000000;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .impact-block__post-item-title-small {
    margin-bottom: 10px !important;
  }
}
.impact-block__post-item:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .impact-block__post-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.impact-block__post-item-title {
  margin: 30px 0;
}
.impact-block__post-item-title a {
  display: inline-block;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
}
.impact-block__post-item-title:active a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .impact-block__post-item-title:hover a {
    color: #000000;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .impact-block__image {
    margin-bottom: 40px;
  }
}
.impact-block__image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .impact-block__image img {
    height: 332px;
  }
}
.impact-block__read-more {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-right: 1rem;
  transition: color 0.3s ease;
}
.impact-block__read-more span:first-child {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.impact-block__read-more .i_arrow-right-converted {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.impact-block__read-more:active {
  color: #000000;
}
.impact-block__read-more:active span:first-child {
  transform: translateX(5px);
  color: #000000;
}
.impact-block__read-more:active .i_arrow-right-converted {
  transform: translateX(6px);
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .impact-block__read-more:hover {
    color: #000000;
  }
  .impact-block__read-more:hover span:first-child {
    transform: translateX(5px);
    color: #000000;
  }
  .impact-block__read-more:hover .i_arrow-right-converted {
    transform: translateX(6px);
    color: #000000;
  }
}

/*# sourceMappingURL=impact.css.map */
