.banner{
    margin-top: 100px;
    padding: 50px 0;
    background-color: #eee778;
    text-align: center;
}
.banner h1{
    text-transform: uppercase;
    font-size: 65px;
    margin-top: 20px;
}
.banner-hr{
    width: 35%;
    margin-top: -10px !important;
    border: 10px solid red;
    opacity: 1;
}

.thanks .left h4{
    text-align: right;
}
.thanks .right p{
    line-height: 25px;
}

.thanks-hr{
    width: 15%;
    border: 1px solid red;
    opacity: 1;
}

.question{
    margin-bottom: 65px;
}

.question .left_row{
    margin-top: 10px;
}

.question h4{
    font-weight: 600;
}

.question .company_info{
    padding-right: 200px;
}
.question .company_info p{
    margin: 0;
}
