﻿.duvidas {
    width: 100%;
    max-width: 88rem;
    margin: 0 auto;
    padding: 2.1875rem 6.5625rem;
    color: #212529;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

    .duvidas div:first-child {
        align-self: center;
        text-align: center;
    }

        .duvidas div:first-child h2 {
            font-size: 1.5rem;
            font-family: Montserrat,sans-serif;
            font-weight: 600;
            color: #1f3156;
        }

    .duvidas div:last-child {
        text-align: justify;
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' color="#DB4E0F" fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e fill="#db4e0f");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #000;
    max-width: 38.125rem;
    background: transparent;
}


@media(max-width: 980px) {
    .duvidas {
        padding: 1rem;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

        .duvidas div:first-child h2 {
            display: flex;
            justify-content: center;
        }
}
