@charset "utf-8";

.my-block { padding: 25px 15px; border-radius: 25px; color: rgb(255, 255, 255); }

.my-block__title { margin-bottom: 25px; color: rgb(255, 255, 255); font-size: 24px; font-weight: 700; text-align: center; text-wrap: balance; }

.my-block__text { margin-bottom: 15px; font-size: 20px; font-weight: 700; text-align: center; text-wrap: balance; }

.my-block__text span { color: rgb(32, 194, 0); font-size: 28px; }

.my-block__img { margin-bottom: 30px; }

.my-block__img img { width: 100%; }

.form-feedback-title { margin: 0px !important; }
