.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;
}

.certificate-content {
    display: flex;
    justify-content: right;
    gap: 80px;
}

.certificate-image img {
    width: 420px;
    height: auto;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--color-cinza-escuro);
    border-radius: 0 24px 0 24px;
    padding: 8px;
}

.certificate-image img:hover {
    transform: scale(1.03);
}

@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%;
    }

    .certificate-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .certificate-image img {
        width: 100%;
        height: auto;
        border: 1px solid var(--color-cinza-escuro);
        border-radius: 0 24px 0 24px;
        padding: 8px;
    }

    .certificate-image img:hover {
        transform: scale(1.03);
    }
}

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