<style>
  /* Ensuring the main CTA container has centered alignment */
  .cta_conatiner {
    display: flex;
    justify-content: center; /* Centers the button horizontally */
    align-items: center;
    padding: 10px;
    width: 100%; /* Ensure the container takes up full width */
  }

  /* Adjust button styling to center it properly */
  .cta_conatiner .secondary_button {
    margin: 0 auto;
    padding: 12px 25px;
    text-align: center;
  }

  .button2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* Add left padding of 50px for desktop devices */
  @media (min-width: 768px) { 
    .cta_conatiner {
      padding-left: 50px;
    }
  }

  /* Ensuring proper alignment for tabs */
  .tab-2 .cta_conatiner,
  .tab-3 .cta_conatiner {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  /* Tooltip styles */
  .tooltip {
    display: inline-block;
    position: absolute;
  }

  .tooltip:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #6080ff;
    border-radius: 6px;
    color: #fff;
    content: attr(title);
    font-size: 16px;
    padding: 13px;
    width: 211px;
    font-size: 14.41px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    font-family: articulat-cf,sans-serif;
    position: absolute;
    z-index: 0;
    right: -120px;
    bottom: 30px;
  }

  .tooltip:hover:before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #6088FF;
    bottom: 25px;
    left: 46%;
    border-top: #6088FF solid 2px;
    border-left: #6088FF solid 2px;
    transform: rotate(225deg);
  }

  /* Ensuring proper spacing and tooltip display for each tab */
  .tab- span {
    display: inline-block;
    margin-right: 10px;
  }

  .tab- a span {
    margin-right: 0px;
  }

  .tab- a {
    font-size: 14.41px;
  }

  .tab- span img {
    max-width: 14px;
    height: 14px;
  }

  /* Optimizing for mobile view */
  @media (max-width: 345px) {
    dfn::after {
      font-size: 11px;
    }
    dfn:hover::after {
      max-width: 140px;
    }
  }
</style>
