.spk-termos {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-termos-container {
    width: min(100% - 7%, 1024px);
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-termos-bundle {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 2em;
}

.spk-termos-title {
    font-weight: bold;
    color: var(--color-text-black);
}

.spk-termos-bundle h2, 
.spk-termos-bundle h3 {
    font-weight: bold;
    color: var(--color-text-black);
}

.spk-termos-bundle p {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    color: var(--color-text-black);
    line-height: 24px;
}

.spk-termos-bundle ol {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    list-style-type: decimal;
    gap: 1em;
}

.spk-termos-bundle li {
    color: var(--color-text-black);
    line-height: 24px;
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:480px) {
    
}
