
.parent-cat_question {
    background: linear-gradient(147.52deg, #CAE0FF 26.39%, #EAF3FF 114.84%);
    position: relative;
    padding:40px 15px;
}
.parent-cat_question .img-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.parent-cat_question .caldera-grid {
    max-width: 800px;
    margin: auto;
    opacity: .99;
}

.parent-cat_question .caldera-grid .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 10px;
}
.parent-cat_question .caldera-grid .sub-title {
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}
.parent-cat_question .caldera-grid .form-control {
    font-size: 14px;
    line-height: 1;
    border: none;
    padding: 15px;
    height: auto;
}
.parent-cat_question .caldera-grid .btn {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 14px 16px;
    background: #5DA1FF;
    border: none;
    border-radius: 5px;
    height: auto;
}