.dg-claim-4 {
  background: #010101;
  padding: 1.25rem 0 5.625rem;
}
.dg-claim-4 .text-1 {
  color: #5cd2b9;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.dg-claim-4 .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-claim-4 .text-2 {
    font-size: 50px;
  }
}
.dg-claim-4 .text-3 {
  color: #5cd2b9;
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.04;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .dg-claim-4 .text-3 {
    text-align: center;
  }
}
.dg-claim-4 .text-4 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  margin: 1.5625rem 0;
  text-align: left;
}
.dg-claim-4 .wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .dg-claim-4 .wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.dg-claim-4 .wrapper > .next-to-image {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .dg-claim-4 .wrapper > .next-to-image {
    flex: initial;
    padding: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .dg-claim-4 .wrapper > .next-to-image .button-wrapper {
    text-align: center;
  }
}
.dg-claim-4 .wrapper > .next-to-image .button-wrapper a {
  background: #5cd2b9;
  color: #010101;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  transition: 0.3s all;
}
.dg-claim-4 .wrapper > .next-to-image .button-wrapper a:hover {
  background: #c65dff;
}
.dg-claim-4 .wrapper > .image {
  background-color: transparent;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 2;
  height: 34.375rem;
}
@media screen and (max-width: 1024px) {
  .dg-claim-4 .wrapper > .image {
    flex: initial;
    height: 75vw;
    width: 100vw;
  }
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/89fbade6b68b66a990f8c70043915cfa154237c8.css.map */