.spark-contato {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.spark-contato-container {
    width: min(100% - 7%, 1366px);
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spark-contato-pacote {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2em;
}

.spark-contato-pacote h1 {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.spark-contato-pacote p {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    line-height: 24px;
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:480px) {
    
}
