.hide_container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hide_container .vc_column-inner {
    padding: 0 !important;
}
.have_question {
    background-color: rgba(255, 153, 0, 0.12);
    padding: 40px 0;
    text-align: center;
}

.have_question h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 20px;
}

.have_question a {
    width: 351px;
    height: 69px;
    padding: 23px 15px;
    border-radius: 32px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 15px 15px;
}

.have_question a.email_camp {
    border: solid 2px #0089d0;
    color: #0089d0;
}

.have_question a.call_camp {
    border: solid 2px #f47920;
    color: #f47920;
}

.have_question a.camp_reg {
    border: solid 2px #0089d1;
    color: #0089d1;
}
.have_question.bg_change_to_blue {
    background-color: #def0f9;
    margin-top: 60px;
}
@media(max-width:480px){
    .have_question a { width: 100%; margin: 15px 0; height: auto; padding: 16px 15px; font-size: 14px;}
    .have_question h3 { font-size: 23px; }
}