.has-questions {
    background: linear-gradient(to right, #222222 0%, #07b257 50%, #1f2120 99%);
    color: #fff;
    padding: 4rem 0;
}

.has-questions__title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 767px) {
    .has-questions__title {
        font-size: 26px;
    }
}

.has-questions__title::before {
    content: "O";
    color: rgba(255,255,255,0.2);
    font-size: 80px;
    display: block;
    position: absolute;
    top: -25px;
    left: 5px;
}

.has-questions__title::after {
    display: block;
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    bottom: -10px;
    left: 0;
    background: #fff;
}

.has-questions input[type="text"] {
    border-radius: 30px;
}

.has-questions-submit {
    width: 100%;
}

.personal-data-text {
    font-size: 13px;
    text-align: center;
}

.has-questions .smart-captcha {
    margin-bottom: 20px;
}