.img-driver{
    display: flex;
    justify-content: center;
    margin-bottom: -200px;
    width: 100%;
    overflow: hidden;
    z-index: -1;

    height: 600px;
    object-fit: cover;
    object-position: center;
}
.title-driver{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -2px;
    padding-left: 34px;
}
.section-blue{
    border-radius: 6px 6px 0px 0px;
    background: var(--primary-color);
    opacity: 80%;
    padding: 34px;
}
.header-card{
    max-width: 1119px;
    margin-right: auto;
    margin-left: auto;
}
.question-h2{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.question-sub{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-sec-icons{
    text-align: center;
    background: var(--white-txt);
    padding-top: 146px;
    margin-bottom: 137px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
}
.paragraph{
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-icons{
    margin-top: 60px;
    margin-bottom: 90px;
}
.card-icons img{
    margin-bottom: 23px;
}
.title-job-dinamics{
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 66px;
}

.video {
    width: 460px;
    height: 280px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.cont-video {
    width: 100%;
    max-width: 460px;
    border-radius: 6px;
}
.question-micab{
    width: 442px;
}
.question-micab h3{
    color: #646464;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    text-align: justify;
    margin-bottom: 22px;
}

.what span{
    color: #FF277E;
}

.question-micab p{
    color: #646464;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
}

.pharagraph span{
    font-weight: 900;
}

.container-section-cards .row{
    /* display: flex;
    justify-content: center; */
    justify-content: center;
}
.card-offer{
    max-width: 260px;
    height: 220px;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 35px;
    margin: 13px;
}
.card-offer i{
    color: #FF277E;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 21px;
    margin-top: 24px;
}
.card-offer p{
    color: #646464;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.how-use{
    /* display: flex;
    justify-content: center; */
    justify-content: center;
}
.card-how-use{
    margin: 13px;
    max-width: 264px;
}
.section-how-use h2{
    color: #646464;
    text-align: center;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 60px;
    margin-top: 86px;
}

.section-how-use h4{
    color: #646464;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
    margin-bottom: 0px;
}
.section-how-use p{
    color: #646464;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-success-stories{
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-top: 173px;
    margin-bottom: 175px;
}
.row-stories{
    max-width: 1119px;
}
.carousel{
    display: flex;
}
.button-stories{
    background: none;
    border: none;
    padding: 20px;
}

.title-what-is-micab{
    color: #646464;
    text-align: start;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 48px;
    margin-left: 50px;
    margin-top: 40px;
}
.carousel-item h6{
    color: #646464;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 36px;
    text-align: start;
}
.carousel-item p{
    color: #646464;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
}
.background-section{
    height: 659px;
    background: #F5F5F5;
    justify-content: center;
    margin-bottom: -730px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.carousel button:focus{
    outline: 0;
}

@media only screen and (max-width: 991.9px){
    .img-driver{
        margin-bottom: -190px;
    }
    .title-what-is-micab{
        margin-top: 40px;
    }
    .section-success-stories {
        padding: 15px;
    }
    .row-stories img{
        width: 100%;
    }
    .video {
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .cont-video {
        width: 100%;
    }
    .question-micab{
        width: 100%;
        margin-top: 20px;
    }
}