There is a button "Leave a request", it has a gradient, and the name that should be placed in the center, while the button should be output https://yadi.sk/i/skcVyiiN3SqdHm
.main-left .buttom { /* Style for "Rounded Re" */ width: 240px; height: 50px; border-radius: 25px; background-color: #362753; background-image: linear-gradient(to right, #ea2363 0%, #ff8a65 100%); margin: auto auto 116px 130px; } <div class="buttom"> Оставить заявку </div> And there is also an additional description of the services, but it is impossible to make the separation of lines https://yadi.sk/i/8xSiQubY3SqfPm
In code so
.main-left .priceinfo { /*display: inline;*/ margin: 50px auto 46px 130px; width: 292px; padding: 10px; font-size: 20px; background-color: #090a0b; color: #ffffff; } <div class="priceinfo">Оплата только за фактически<br> выполненные работы </div>