.content-my-account .row.no-horizontal-margin {
    display: flex;
  }
  
  .content-my-account li {
    list-style: none;
  }
  
  .content-my-account * {
    font-family: "GilroyRegular";
  }
  
  .content-my-account p a {
    font-size: inherit;
    position: relative;
    padding-bottom: 0.1rem;
    text-decoration: none;
    background: -webkit-linear-gradient(#81B5A1, #81B5A1) bottom repeat-x;
    background: -moz-linear-gradient(#81B5A1, #81B5A1) bottom repeat-x;
    background: -ms-linear-gradient(#81B5A1, #81B5A1) bottom repeat-x;
    background: linear-gradient(#81B5A1, #81B5A1) bottom repeat-x;
    background-size: 0.2rem 0.2rem;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-family: "GilroyRegular";
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #293e40;
    cursor: pointer;
    text-decoration: none;
  }
  .content-my-account p a:hover {
    background-size: 100% 100%;
  }
  .content-my-account .cta-component a {
    line-height: 1.4rem;
  }
  .content-my-account .my-account-sign-up ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .content-my-account .gdpr-container input.real-radio-btn {
      margin: 0.3rem;
  }
  .content-my-account .signup-recaptcha-container .g-recaptcha div:first-child {
    margin: 0;
  }
