.spk-moedas-perguntas {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-moedas-perguntas-container {
    width: min(100% - 7%, 1024px);
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2em;
}

.spk-moedas-perguntas-banner {
    overflow: clip;
    transition: all 2s;
}

.spk-moedas-perguntas-banner:hover > img {
    transform: scale(1.1);
}

.spk-moedas-perguntas-banner-desktop {
    width: 100%;
    max-width: 1024px;
    height: fit-content;
    max-height: 120px;
    transition: all .7s ease-out;
}

.spk-moedas-perguntas-banner-tablet {
    width: 100%;
    max-width: 768px;
    height: fit-content;
    max-height: 120px;
    display: none;
    transition: all .7s ease-out;
}

.spk-moedas-perguntas-banner-mobile {
    width: 100%;
    max-width: 480px;
    height: fit-content;
    max-height: 120px;
    display: none;
    transition: all .7s ease-out;
}

.spk-moedas-perguntas-render {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-moedas-perguntas-bundle {
    width: min(100% - 7%, 1024px);
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4em;
}

.spk-moedas-perguntas-item {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 1em;
}

.spk-moedas-perguntas-item h2 {
    font-weight: bold;
}

.spk-moedas-perguntas-item p {
    width: 100%;
    height: fit-content;
    line-height: 24px;
}

.spk-moedas-perguntas-item a {
    color: black;
}

.spk-moedas-perguntas-button-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1em;
}

.spk-moedas-perguntas-button {
    padding-inline: 14px;
    width: fit-content;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    transition: all .7s ease-out;
    color: var(--color-text-black);
    background-color: var(--color-spk-button);
    gap: .4em;
}

.spk-moedas-perguntas-button:hover {
    color: var(--color-text-white);
    background-color: var(--color-spk-complement);
}

.spk-moedas-perguntas-button img {
    width: fit-content;
    height: fit-content;
    max-width: 26px;
    max-height: 26px;
}

.spk-moedas-perguntas-button h2 {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    .spk-moedas-perguntas-banner-desktop {
        display: none;
    }
    
    .spk-moedas-perguntas-banner-tablet {
        display: flex;
    }
}

@media (max-width:480px) {
    .spk-moedas-perguntas-banner-tablet {
        display: none;
    }

    .spk-moedas-perguntas-banner-mobile {
        display: flex;
    }
}
