.between-questions-form {
    background-color: #e3e9f2;
    margin-bottom: 25px;
    padding: 25px;
}

.between-questions-form .lead {
    text-shadow: none;
    color: #92a1b7;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.between-questions-form .mini-text p {
    text-align: left;
    color: #000;
}

.between-questions-form .col-md-3 {
    min-width: 230px;
}

@media (max-width: 767px) {
    .between-questions-form {
        background-color: #e4eed6;
        text-align: center;
        margin-bottom: 20px;
        padding: 30px 25px;
    }

    .between-questions-form .lead {
        margin: 0 0 20px 0;
        display: block;
        color: #000;
        font-size: 22px;
        font-weight: 400;
    }

}