.ready-btns-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-image: linear-gradient(to right, #5e79ff 24%, #316df4 86%);
}

.ready-btns-block__title {
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.ready-btns-block__icon {
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    background-image: url('/blog/wp-content/themes/se_theme/images/icons/icon-like.svg');
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .ready-btns-block__btns {
        margin: 0;
    }
}