@charset "UTF-8";
.dg-claim-5 {
  align-items: center;
  background-color: #151515;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc((100vw - var(--scrollbar-width)) / 2.267);
  justify-content: center;
  max-height: 40.625rem;
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-claim-5 {
    height: auto;
    max-height: initial;
    width: 100vw;
  }
}
.dg-claim-5::before {
  background: #0101017f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-claim-5 > div {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  justify-content: center;
  margin: auto;
  max-width: var(--wrapped-width);
}
@media screen and (max-width: 1024px) {
  .dg-claim-5 > div {
    flex-direction: column;
    padding: 20vw 0 15vw;
    max-width: 100%;
  }
}
.dg-claim-5 .text-1, .dg-claim-5 .text-2, .dg-claim-5 .text-3, .dg-claim-5 .text-4 {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1333;
  margin: 0 0 5rem;
  position: relative;
  text-align: left;
  width: 17.8125rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .dg-claim-5 .text-1, .dg-claim-5 .text-2, .dg-claim-5 .text-3, .dg-claim-5 .text-4 {
    font-size: 1.5625rem;
  }
}
.dg-claim-5 .text-1::after, .dg-claim-5 .text-2::after, .dg-claim-5 .text-3::after, .dg-claim-5 .text-4::after {
  content: "”";
  line-height: 0;
}
.dg-claim-5 .text-1::before, .dg-claim-5 .text-2::before, .dg-claim-5 .text-3::before, .dg-claim-5 .text-4::before {
  content: "“";
  font-size: 5rem;
  line-height: 0;
}
.dg-claim-5 .text-1::after, .dg-claim-5 .text-1::before {
  color: #ff5df7;
}
.dg-claim-5 .text-2::after, .dg-claim-5 .text-2::before {
  color: #ffef9d;
}
.dg-claim-5 .text-3::after, .dg-claim-5 .text-3::before {
  color: #61efff;
}
.dg-claim-5 .text-4::after, .dg-claim-5 .text-4::before {
  color: #c65dff;
}
.dg-claim-5 .text-2, .dg-claim-5 .text-4 {
  margin: 0;
}
.dg-claim-5 .main-wrapper {
  align-items: center;
  background: #5cd2b9;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 32.8125rem;
  justify-content: center;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
  width: 32.8125rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .dg-claim-5 .main-wrapper {
    border-radius: 0;
    clip-path: none;
    height: auto;
    margin: 0 0 2.5rem;
    width: 90vw;
  }
}
.dg-claim-5 .main-wrapper > img {
  clip-path: circle(50% at 50% 50%);
  height: 8.125rem;
  width: 8.125rem;
}
.dg-claim-5 .main-wrapper > .main-text {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  height: fit-content;
  line-height: normal;
  padding: 0;
  text-align: center;
  width: 25rem;
}
@media screen and (max-width: 1024px) {
  .dg-claim-5 .main-wrapper > .main-text {
    font-size: 1.125rem;
    height: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/041029ccb44a7fe753952cf3fda9b20a1b847d3a.css.map */