.dg-featured {
  padding: 40px 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-featured {
    padding: 5vw;
  }
}
.dg-featured .dg-featured-top-wrapper {
  margin: 0 auto 2.5rem;
  max-width: var(--wrapped-width);
  text-align: center;
}
.dg-featured .dg-featured-top-wrapper .text-1 {
  color: #5cd2b9;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-featured .dg-featured-top-wrapper .text-1 {
    font-size: 1rem;
  }
}
.dg-featured .dg-featured-top-wrapper .text-2 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-featured .dg-featured-top-wrapper .text-2 {
    font-size: 25px;
  }
}
.dg-featured .dg-featured-top-wrapper .text-3 {
  color: #11ffcc;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-featured .dg-featured-top-wrapper .text-3 {
    font-size: 1.25rem;
  }
}
.dg-featured .posts-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2.5rem auto 0;
}
.dg-featured .posts-wrapper + a#load-more {
  background: #5cd2b9;
  color: #010101;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 2.5rem auto 0;
  padding: 0.625rem 1.5625rem;
  transition: 0.3s all;
}
.dg-featured .posts-wrapper + a#load-more:hover {
  background: #010101;
  color: #5cd2b9;
}
.dg-featured .posts-wrapper + a#load-more.active {
  pointer-events: none;
}
.dg-featured .posts-wrapper > .post {
  align-items: center;
  background: var(--background);
  border: 0.1875rem solid var(--color);
  display: flex;
  flex-direction: row;
  gap: 9.375rem;
  justify-content: center;
  margin: 0 auto 2.5rem;
  min-height: 23.125rem;
  padding: 2.1875rem 4.375rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post {
    flex-direction: column;
    gap: 2.5rem;
    padding: 5vw;
  }
}
.dg-featured .posts-wrapper > .post:nth-child(2n) {
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post:nth-child(2n) {
    flex-direction: column !important;
  }
}
.dg-featured .posts-wrapper > .post:nth-child(2n) > .image-wrapper > div {
  transform: translate3d(1.25rem, 1.875rem, 0);
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post:nth-child(2n) > .image-wrapper > div {
    transform: none;
  }
}
.dg-featured .posts-wrapper > .post:last-child {
  margin: 0 auto;
}
.dg-featured .posts-wrapper > .post > .content-wrapper {
  flex: 1;
  text-align: left;
}
.dg-featured .posts-wrapper > .post > .content-wrapper > a.title {
  color: #5cd2b9;
  font-family: "Work Sans", sans-serif;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.076;
  transition: 0.3s all;
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post > .content-wrapper > a.title {
    font-size: 2.5rem;
  }
}
.dg-featured .posts-wrapper > .post > .content-wrapper > a.title::after {
  border-top: 0.1875rem solid #5cd2b9;
  content: "";
  display: block;
  margin: 1.5625rem 0;
  width: 7.0625rem;
}
.dg-featured .posts-wrapper > .post > .content-wrapper > a.title:hover {
  color: #fff;
}
.dg-featured .posts-wrapper > .post > .content-wrapper > .excerpt {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
}
.dg-featured .posts-wrapper > .post > .content-wrapper > a.view-more {
  background: #5cd2b9;
  color: #010101;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 1.25rem 0 0;
  padding: 0.625rem 1.5625rem;
  transition: 0.3s all;
}
.dg-featured .posts-wrapper > .post > .content-wrapper > a.view-more:hover {
  background: #010101;
  color: #5cd2b9;
}
.dg-featured .posts-wrapper > .post > .image-wrapper {
  border: 0.375rem solid var(--color);
  height: 11.9375rem;
  width: 24.6875rem;
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post > .image-wrapper {
    border: 0.0625rem solid var(--color);
    height: 80vw;
    width: 80vw;
  }
}
.dg-featured .posts-wrapper > .post > .image-wrapper > div {
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform: translate3d(-1.25rem, 1.875rem, 0);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .dg-featured .posts-wrapper > .post > .image-wrapper > div {
    transform: none;
  }
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/bae4a193f35f544e2689733441e86625cadace74.css.map */