.how-it-works__buttons,.how-it-works__holder{display:-webkit-box;display:-ms-flexbox;display:flex}.how-it-works__holder{gap:30px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.how-it-works__buttons{gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}.how-it-works__col{-webkit-box-flex:1;-ms-flex:1;flex:1}.how-it-works__info-holder{background:var(--theme-section-secondary-color);padding:10px;border-radius:20px}.how-it-works__info-row{background:var(--theme-page-table-row-bg);padding:10px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin:0 0 10px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.how-it-works__info-row:last-child{margin:0}.how-it-works__info-row p{margin:0}.how-it-works__info-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.how-it-works__info-name svg{color:var(--theme-section-icons-color)}.how-it-works__info-value{max-width:170px;text-align:right}.how-it-works__info-value p{font-weight:700}@media screen and (max-width:768px){.how-it-works__holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.how-it-works__col .btn{width:100%}}