.potencial-points .title {
  font-size: calc(var(--font-heading-scale) * 4rem);
  font-weight: 700;
  @media (min-width: 750px) {
    font-size: calc(var(--font-heading-scale) * 10rem);
  }
}
.potencial-point-subject {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 0.83em;
  font-weight: 700;
  @media (min-width: 750px) {
    margin-block: 2rem;
    flex-direction: row;
    align-items: center;
  }
  justify-content: space-between;
  column-gap: 5rem;
  text-transform: uppercase;
  line-height: 1;
}
.heading-count-wrapper .heading-count {
  display: flex;
  align-items: center;
  line-height: 1;
  span {
    text-wrap: nowrap;
  }
  svg {
    margin-left: 1rem;
    width: 24px;
    height: auto;
    @media (max-width: 749px) {
      transform: rotate(90deg);
    }
  }
  .value-count-arrow {
    line-height: 0;
  }
}

.potencial-points-subheading {
  opacity: 0.3;
  font-family: Oswald;
  text-transform: uppercase;
  margin: unset;
  line-height: 1;
}
.potencial-points-arrow-icon {
  line-height: 1;
  margin-block: 2rem;
  position: relative;
  .potencial-points-arrow-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    @media (min-width: 750px) {
      width: 42px;
      height: 42px;
    }
    display: block;
    z-index: 1;
  }
  svg {
    width: 25px;
    height: 25px;
  }
  @media (min-width: 750px) {
    svg {
      width: 42px;
      height: 42px;
    }
  }
}
.potencial-points-wrapper {
  display: flex;
  flex-direction: column;
  @media (min-width: 750px) {
    row-gap: 8rem;
  }
  .potencial-point-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    .potencial-points-details-wrapper {
      border-radius: 20px;
      .potencial-point-image-wrapper {
        overflow: hidden;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }
      .potencial-point-image-wrapper img {
        display: block;
        line-height: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .potencial-points-subject-wrapper,
    .potencial-points-details-wrapper {
      width: 100%;
      .potencial-point-details {
        padding: 2rem;
        font-weight: 600;
        text-wrap: pretty;
      }
    }
    @media (min-width: 750px) {
      flex-direction: row;
      column-gap: 5rem;
      .potencial-points-subject-wrapper {
        width: calc(40% - 2.5rem);
      }
      .potencial-points-details-wrapper {
        width: calc(60% - 2.5rem);
        .potencial-point-details {
          padding: 4rem;
          font-size: calc(var(--font-heading-scale) * 2.8rem);
        }
      }
    }
  }
}

@media (min-width: 750px) {
  .potencial-points-wrapper {
    position: relative;
    margin-block: 15rem;
  }
  .potencial-points-wrapper:after {
    content: " ";
    width: 1px;
    height: calc(100%);
    position: absolute;
    top: 0%;
    left: 40%;
    background-color: #ffffff;
  }
  .potencial-points-wrapper .round-head:first-of-type {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 100%;
    top: -120px;
    left: 39.5%;
  }
  .potencial-points-wrapper .round-head:last-of-type {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 100%;
    bottom: -120px;
    left: 39.5%;
  }
  .potencial-points-wrapper .round-head:first-of-type:after {
    height: 105px;
    content: " ";
    width: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 45%;
    top: 100%;
  }
  .potencial-points-wrapper .round-head:last-of-type:after {
    height: 105px;
    content: " ";
    width: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 45%;
    bottom: 100%;
  }
}
@media (max-width: 749px) {
  .potencial-points-details-inner {
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
  }
}
