.about {
    background-image: url("../../../../images/banner-about.png");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .about-02 {
    width: 186px;
    height: 403px;
    border-radius: 0px 40px;
    background: var(--secondary-color);
}

.about {
    padding: 112px 0;
}

.about-component a.btn {
    min-width: 200px;
    max-width: fit-content;
}

.component-slider-images {
    align-content: center;
}

@media (max-width: 888px) {
    .about {
        background-image: none;
        background-color: var(--color-cinza-claro);
        width: 100%;
        height: auto;
        padding: 56px 0;
    }

    .about .col-lg-6 {
        width: 100%;
    }

    .about .col-lg-6 .flex-row {
        justify-content: center;
    }

    .about a.btn {
        width: 100%;
    }
}

@media (max-width: 638px) {
    .about .col-lg-6 img,
    .about .about-02 {
        width: 100px;
        height: 223px;
    }
}
