.quiz{
    margin-top: 40px;
}
.quiz h2{
    font-size: 32px;
    line-height: 40px;
    color: #666b6e;
    font-weight: 700;
    margin-bottom: 40px;
}
.quiz .g-recaptcha{
    margin-top: 20px;
}
.quiz .lessons__form__text{
    font-size: 10px;
    line-height: 14px;
}
.quiz .lessons__form__text a{
    color: #5fc3e1;
    border-bottom: 1px solid #5fc3e1;
    transition: .4s;
}
.quiz .lessons__form__text a:hover{
    color: #e5006b!important;
    border-bottom-color: transparent;
    text-decoration: none;
}
.quiz .btn{
    background-color: #e5006b;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 25px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0,93,143,.25);
    box-shadow: 0 2px 4px rgba(0,93,143,.25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 20px;
}
.quiz .btn:hover{
    color: white;
}
@media(max-width:991.98px){
    .quiz h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .quiz__inner{
        padding: 20px;
    }
}