  .fast-form {
    background-color: #262f35;
    color: #ffffff;
    padding: 20px;
    width: calc(100% - 16px);
    margin: 103px auto 52px;
    border-radius: 20px;
    max-width: 1204px;
    overflow: hidden;
  }
  
  .fast-form__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .fast-form__tag {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 20px;
    background-color: #415B6D;
    border-radius: 40px;
    font-size: 14px;

    box-shadow: 3.13345px 3.13345px 10.9671px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 1px solid #787878;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 44px;
  }

  .fast-form__tag.fast-form__tag-desktop {
    display: none;
  }
  
  .fast-form__tag-container {
    background-color: #415B6D;
    margin: 9px 8px;
    padding: 0 8px;
    line-height: 28px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 800;
    background: rgba(209,254,213,.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fast-form__tag-text {
    display: inline-block;
    font-weight: 500;
  }
  
  .fast-form__tag-container svg {
    margin-right: 8px;
  }
  
  h2.fast-form__title {
    font-size: 28px;
    margin: 24px 0;
    font-weight: bold;
    color: #fff;
  }
  
  p.fast-form__description {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 150%;
  /* or 24px */
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 422px;
  }
  
  .fast-form__cta {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 8px;
    border-radius: 6px;
    height: 54px;
    width: 169px;
    font-size: 16px;
    margin-bottom: 51px;




    /* Frame 42639 */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 249px;
    height: 54px;
    background: #008556;
    /* Shadow pill */
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
  }
  
  .fast-form__cta:hover {
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,.1);
    transition: all .5s linear;
  }
  
  /* Logo */
  .fast-form__logo {
    position: relative;
    width: 100%;
    height: 306px;
  }
  
  .fast-form__logo .fast-form__logo-img {
    width: 350px;
    height: 467px;
    position: absolute;
    top: -89px;
    right: -60px;
  }
  
  /* Elementy wokół logo */
  .fast-form__circle {
    position: absolute;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 14px 16px;
    gap: 6px;
    position: absolute;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 3.13345px 3.13345px 10.9671px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 1px solid #787878;
    font-size: 15px;
  }
  
  .fast-form__item--remove {
    top: -6%;
    left: 7%;
    width: 284px;
  }
  
  .fast-form__item--update {
    top: 25%;
    left: 21%;
    width: 254px;
  }
  
  .fast-form__item--implement {
    top: 62%;
    right: 14%;
    width: 284px;
  }
  
  .fast-form__item--secure {
    bottom: 10%;
    left: 50%;
    display: none;
  }
  
  @media (min-width: 480px) {
    .fast-form__item--remove {
      left: 35%;
    }
  }

  @media (min-width: 768px) {
    .fast-form {
      padding: 0;
    }
  
    .fast-form__wrapper {
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
    }
  
    .fast-form__tag {
      display: flex;
      align-items: center;
      max-width: 449px;
    }
   
    .fast-form__tag.fast-form__tag-desktop {
      display: flex;
    }

    .fast-form__tag.fast-form__tag-mobile {
      display: none;
    }
    
    .fast-form__tag-text {
      display: inline-block;
      font-weight: 500;
    }
  
    .fast-form__content {
      margin: 60px;
      width: 50%;
    }
  
    h2.fast-form__title {
      font-size: 32px;
      line-height: 125%;
    }

    p.fast-form__description {
      max-width: max-content;
    }

    .fast-form__cta {
      margin-bottom: 0;
    }
  
    .fast-form__logo {
      position: relative;
      display: flex;
      justify-content: center;
      height: 402px;
      margin: 10px 0;
      width: 50%;
    }
  
    .fast-form__logo .fast-form__logo-img {
      height: 590px;
      width: 100%;
      top: -40px;
      left: -12%;
    }
  
  
    .fast-form__item--remove {
      top: 27%;
      left: 11%;
    }
   
    .fast-form__item--remove img {
      width: 34px;
    }
  
    .fast-form__item--update {
      left: 46%;
      top: 52%;
    }
  
    .fast-form__item--implement {
      right: 50%;
      top: 74%;
    }
  
    .fast-form__item--secure {
      bottom: 14%;
      left: -19%;
      display: flex;
    }
  }
  