.feedback-section__left, .feedback-section__right {
    width: 50%;
    position: relative;
    z-index: 4;
}

.feedback-section__left {
    position: relative;
}

.feedback-section__left:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 396px;
    height: 396px;
    background-color: #fff;
    filter: blur(72px);
    left: -70px;
    top: -80px;
}

.feedback-section__left h3 {
    position: relative;
    font-weight: 500;
    font-size: 44px;
    line-height: 60px;
    color: #1E3D76;
    margin-bottom: 30px;
    max-width: 400px;
    z-index: 2;
}

.feedback-section__left p {
    position: relative;
    color: #335597;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 460px;
    z-index: 2;
}
.feedback-section__right {
    max-width: 560px;
}
.feedback-section__right .b24-form-padding-side {
    padding: 0;
}
.feedback-section__right .b24-form-control-label {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    opacity: 1;
}
.b24-form-control-select-label, .b24-form-control:focus+.b24-form-control-label,
.b24-form-control-not-empty+.b24-form-control-label {
    opacity: .5;
}
.feedback-section__right .b24-form-control[readonly='readonly'] {
    cursor: pointer;
}
.feedback-section__right .b24-form-btn {
    margin-top: 10px;
    border-radius: 30px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .feedback-section__left, .feedback-section__right {
        width: 100%;
    }
    .feedback-section__left {
        margin-bottom: 40px;
    }
    .feedback-section__left:before {
        width: 100%;
        height: 200px;
    }
    .feedback-section__left h3 {
        max-width: none;
        font-size: 28px;
        line-height: 36px;
    }
    .feedback-section__right {
        max-width: 100%;
    }
}