.btn{border-radius:100px;display:inline-block;font-weight:700;padding:14px 24px 14px 54px;position:relative;transition:all .3s ease}.btn:hover{padding-left:24px;padding-right:54px}.primary.btn,.primary.btn:hover{background:#dff7fa;color:#232838}.secondary.btn,.secondary.btn:hover{background:#f4effe;color:#232838}.white.btn,.white.btn:hover{background:#fff;color:#232838}.button_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.button_wrapper .button_item:not(:last-child){margin-right:15px}.button_wrapper .button_item .icon_arrow svg{fill:#2fc7dc;display:block;height:18px;width:18px}.button_wrapper .button_item .secondary.btn svg{fill:#8853eb}.button_wrapper .button_item .icon_arrow{left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.button_wrapper .button_item .btn:hover .icon_arrow{left:100%;margin-left:-38px}