.dg-claim-2 {
  align-items: center;
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc((100vw - var(--scrollbar-width)) / 2.727);
  justify-content: center;
  padding: 6.25rem;
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-claim-2 {
    height: auto;
    padding: 2rem;
    width: 100vw;
  }
}
.dg-claim-2::before {
  background: #01010199;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-claim-2 div.content {
  background: #01010199;
  padding: 2.5rem 5rem;
  position: relative;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .dg-claim-2 div.content {
    padding: 1.5rem;
    width: 90vw;
  }
}
.dg-claim-2 div.content .text-1 {
  color: #5cd2b9;
  display: block;
  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-claim-2 div.content .text-1 {
    font-size: 1rem;
  }
}
.dg-claim-2 div.content .text-2 {
  color: #fff;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 2.5rem auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-claim-2 div.content .text-2 {
    font-size: 1.25rem;
  }
}
.dg-claim-2 div.content .text-3 {
  color: #11ffcc;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-claim-2 div.content .text-3 {
    font-size: 1.25rem;
  }
}
.dg-claim-2 div.content .text-4 {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-claim-2 div.content .text-4 br {
    display: none;
  }
}
.dg-claim-2 div.content .text-4 a {
  color: #5dd2b8;
}
.dg-claim-2 div.content a.button {
  background: #c65dff;
  color: #010101;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  margin: 40px auto 0;
  max-width: 100%;
  padding: 0.625rem 3.75rem;
  text-align: center;
  transition: 0.3s all;
  width: fit-content;
}
.dg-claim-2 div.content a.button:hover {
  background: #010101;
  color: #c65dff;
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/5ec500165d715c2da343853e42982509c3979658.css.map */