.text-button-row{align-items:center;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;width:100%}.text-button-row__body{color:#333;flex:1 1 auto;font-weight:400;line-height:1.6;max-width:740px;min-width:280px}.text-button-row__body p{margin:0 0 1em}.text-button-row__body p:last-child{margin-bottom:0}.text-button-row__btn{align-items:center;background-color:#3c8a5c;border-radius:10px;color:#fff;display:inline-flex;flex-shrink:0;font-size:18px;font-weight:600;justify-content:center;padding:14px 24px;text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.text-button-row__btn:hover{opacity:.9}@media (max-width:640px){.text-button-row{align-items:flex-start;flex-direction:column;gap:20px}.text-button-row__body{font-size:16px!important;max-width:100%}.text-button-row__btn{text-align:center;width:100%}}