.feature-image-box img {
    width: 80% !important;
}

.adjust-feature-section .feature-image-box:nth-child(odd) {
    text-align: center !important;
}

.adjust-feature-section:nth-child(5) .feature-description-box {
    width: 100%;
}

.bbest-module-destaque-slider {
    background: #fff !important;
}

.bbest-module-destaque-slider.slick-desktop .slick-dots li.slick-active button:before {
    opacity: 0 !important;
}

.card-content-section .feature-description-box .title,
.card-content-section .feature-description-box {
    width: 100% !important;
}

.card-exemplo {
    height: 265px !important;
    width: 265px !important;
    margin: 8px !important;
}

@media screen and (max-width:1000px) {
    .card-exemplo {
        height: 241px !important;
        width: 241px !important;
    }
    .card-see-more {
        height: 265px !important;
        width: 265px !important;
    }
}

@media screen and (max-width:412px) {
    .card-exemplo {
        height: 200px !important;
        width: 200px !important;
    }
    .card-see-more {
        height: 241px !important;
        width: 241px !important;
    }
}