.groundwork-latest-news-block {
  position: relative;
  padding: 70px 0 90px;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .groundwork-latest-news-block {
    padding: 40px 0 40px;
  }
}
.groundwork-latest-news-block .sec-title {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
.groundwork-latest-news-block .sec-title .title-column h2 {
  margin-top: 15px;
}
.groundwork-latest-news-block .sec-title .text-column .text {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1023px) {
  .groundwork-latest-news-block .sec-title .text-column .text {
    padding-left: 0;
  }
}
.groundwork-latest-news-block .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .groundwork-latest-news-block .sec-title h2 {
    font-size: 25.5px;
    line-height: 25.5px;
  }
}
.groundwork-latest-news-block .sec-title h2 span {
  color: var(--color-primary);
}
.groundwork-latest-news-block .sec-title .text-bg {
  position: absolute;
  top: -15px;
  left: -2px;
  height: 64px;
  width: 64px;
  z-index: -1;
}
.groundwork-latest-news-block .sec-title .text {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.groundwork-latest-news-block .swiper-view .swiper {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .groundwork-latest-news-block .swiper-view .swiper {
    padding-bottom: 70px;
  }
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide {
  width: 570px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block {
  position: relative;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box {
  position: relative;
  display: block;
  padding: 40px 30px 35px;
  padding-left: 100px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 599px) {
  .groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box {
    padding: 30px 15px;
  }
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box:hover {
  border-radius: 0;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info {
  position: absolute;
  left: 30px;
  top: 40px;
  min-width: 50px;
  text-align: center;
}
@media (max-width: 599px) {
  .groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info {
    position: relative;
    left: 0;
    top: 0;
  }
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f7f2;
  margin-bottom: 13px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info li span {
  display: block;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info .comments {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .info .comments span {
  font-size: 10px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #f0f7f2;
}
@media only screen and (max-width: 599px) {
  .groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content {
    padding-left: 0;
    text-align: center;
    border: none;
  }
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .author {
  position: relative;
  font-size: 15px;
  line-height: 2em;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 15px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .author a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 400;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content h3 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 15px;
  height: 22.39px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content h3 a {
  display: inline-block;
  color: var(--color-primary);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box {
  position: relative;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 3px solid var(--text-color);
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box a:hover {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box a:hover,
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box a:focus,
.groundwork-latest-news-block .swiper-view .swiper .swiper-wrapper .swiper-slide .news-block .inner-box .content .link-box a:visited {
  text-decoration: none;
  outline: none;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-button {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: -32.5px;
  z-index: 99;
  text-align: center;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-prev,
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-next {
  position: relative;
  left: 0;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: var(--color-primary);
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
  background-color: #e1e6e3;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-prev::after,
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-next::after {
  font-size: 18px;
}
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-prev:hover,
.groundwork-latest-news-block .swiper-view .swiper .swiper-button .swiper-button-next:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
.groundwork-latest-news-block .style-three {
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e6e3;
}
@media only screen and (max-width: 767px) {
  .groundwork-latest-news-block .style-three {
    margin-bottom: 30px;
  }
}
.groundwork-latest-news-block .style-three .text {
  border-left: 1px solid #e1e6e3;
}
