h3, .h3, h1{
    margin-bottom: 1rem;
}
.driver_banner {
    background-image: url(/images/driver/driver_bg.png);
    background-size: cover;
    background-position: center;
    padding: 20% 9%;
    margin-top: 5%;
    position: relative;
}
.banner_content{
    width: 60%;
    padding-left: 10%;
}
.banner_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.driver_banner h1{
    margin-bottom: 2rem;
}
.driver_features{
    text-align: center;
    padding: 5% 9%;
}
.driver_features .card-icon {
    width: 24%;
    margin-bottom: 2%;
}
.driver_features .feature_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.how_to{
    padding: 6% 9%;
    background-color: #1A1A1A;
    color: #FFFFFF;
}
.how_to .img_container{
    width: 100%;
}
.what_to_do{
    background-color: #BBA86D;
    padding: 5% 9%;
}
.documents{
    padding: 5% 9%;
}
.documents .img_container {
    width: 70%;
}
.what_to_do ul>li, .documents ul>li {
    margin-bottom: 0.5rem;
}
ol, ul {
    padding-left: 1rem;
}
.plan{
    padding: 5% 9%;
    background-color: #E8E8E8;
}
.plan table{
    width: 100%;
    margin-top: 4%;
}
.plan table td{
    padding: 1rem;
    border: 1px solid #E8E8E8;
}
.plan table .white_cell{
    background: #F8F7F6;
    vertical-align: middle;
}
.plan table .fa-check{
    color: #29A71A;
}
.driver_feedback{
    padding: 5% 9%;
    background-color: #E8E8E8;
}
.driver_feedback .feedback_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%; margin: 0 auto; text-align: center;
}
.driver_feedback .feedback_content h3, .driver_feedback .feedback_content .feedback_profile{
    margin-bottom: 1rem;
}
.driver_feedback .feedback_content .feedback_profile {
    border-radius: 50%;
    overflow: hidden;
}
.driver_feedback .feedback_content .feedback_profile>img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.driver_question{
    padding: 5% 25%;
    background-color: #E8E8E8;
}
.driver_question .question .toggle-btn{
    font-weight: 400;
}

.register {
    background-image: url(/images/driver/driver_register.png);
    background-size: cover;
    background-position: top;
    padding: 19% 9%;
    position: relative;
}
.register_content{
    width: 50%;
    padding-left: 10%;
}
.register_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.driver_account{
    padding: 5% 9%;
    background-image: url(/images/about/img-driver-cta-1-background@3x.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}

@media (min-width: 2560px){
    .driver_banner h1, .h1, h1{
        font-size: 5rem;
        margin-bottom: 3rem;
    }
    .h2, h2{
        font-size: 4.5rem;
        margin-bottom: 2rem;
    }
    .h3, h3 {
        font-size: 4rem;
    }
    .h4, h4 {
        font-size: 3.5rem;
    }
    .h5, h5 {
        font-size: 3rem;
    }
    h4, h3, .h3, h1 {
        margin-bottom: 3rem;
    }
    .plan table td {
        padding: 2.5rem;
    }
    .feedback_profile {
        width: 20%;
    }
    .driver_question {
        padding: 5% 22%;
    }
    .driver_feedback .feedback_content{
        width: 60%;
    }
}

@media (min-width: 1680px) and (max-width: 2049px) {
    .h1, h1 {
        font-size: 4rem;
    }
    .h2, h2 {
        font-size: 3.5rem;
    }
    .h3, h3 {
        font-size: 3rem;
    }
    .h4, h4 {
        font-size: 2.5rem;
    }
    .h5, h5 {
        font-size: 2rem;
    }
    h4, h3, .h3, h1 {
        margin-bottom: 2rem;
    }
    .banner_content {
        width: 70%;
    }
    .driver_question {
        padding: 5% 20%;
    }
    .driver_feedback .feedback_content{
        width: 70%;
    }
    .plan table td {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .driver_feedback .feedback_content{
        width: 70%;
    }
    .driver_question{
        padding: 5% 18%;
    }
    .driver_features .card-icon {
        width: 21%;
    }
}
