.absolute-container {
    position: sticky;
    top: 20%;
  }
  a#click-func {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 12px 32px;
    border-radius: 15px;
    opacity: 0.5;
    color: #707070;
  }
  .flex-box-2col,
  .inner-flex {
    gap: 10px;
  }
  .inner-flex {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
  }
  .flex-box-2col {
    margin-bottom: 6em;
  }
  .flex-partial {
    width: 20%;
    display: grid;
    gap: 5px;
  }
  
  .flex-partial svg {
    transition: width 1s ease-in-out;
  }
  .image-trasform {
    width: 60% !important;
  }
  .float-right {
    margin-inline-start: auto;
  }
  .flex-the-rest,
  .flex-the-rest-m {
    width: 250px;
    height: 250px;
    border-radius: 0 170px 170px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transition: background 1000ms ease;
    -ms-transition: background 1000ms ease;
    transition: background 1000ms ease;
  }
  .text-content-flex {
    align-self: center;
  }
  .text-content-flex h2 {
    font-size: 36px;
    font-family: "Gordita Light" !important;
  }
  .text-content-flex h4 {
    font-size: 20px;
    max-width: 100px;
  }
  .fadeAway {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
  }
  
  .right-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
  
  .hiw-inner {
    height: 250px;
    position: sticky;
    z-index: 1;
    top: 10rem;
    left: 0;
  }
  
  .inner-hiw {
    height: 300px;
    gap: 10px;
  }
  
  .toSmallPill {
    width: 30px;
    height: 30px;
  }
  
  .pill {
    transition: fill 0.4s ease;
  }
  
  @media screen and (max-width: 1025px) {
    .text-content-flex {
      width: 100%;
      text-align: center;
      padding: 30px;
    }
  }
  @media screen and (min-width: 426px) and (max-width: 1025px) {
    .inner-flex {
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 426px) {
    .inner-flex {
      width: 100%;
    }
    .absolute-container {
      top: 45%;
    }
  }
  
  .hiw-body-continer {
    display: none;
  }
  
  @media screen and (min-width: 768px) {
    .hiw-body-continer {
      display: block;
    }
  
    .hiw-body-continer-m {
      display: none;
    }
  
    .flex-the-rest {
      width: 300px;
      height: 300px;
    }
  
    .hiw-inner {
      height: 300px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .flex-the-rest {
      width: 330px;
      height: 330px;
    }
  
    .hiw-inner {
      height: 330px;
    }
  }
  
  .hiw-body-continer-m .square-wrapper {
    flex-direction: column;
  }
  