.filete-test-brand {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

.filete-test-brand p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test-brand--button {
    border: solid 1px white;
    background-color: transparent;
    padding: 8px 50px;
    border-radius: 6px;
}

@media screen and (min-width:768px) {
    .filete-test-brand {
        font-size: 20px;
        gap: 30px;
        flex-direction: row;
        align-items: center;
    }

    .filete-test-brand p {
        flex-direction: initial;
        gap: 4px;
    }
}