.tailwind.page-template-template-gabi-search .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tailwind.page-template-template-gabi-search .flex-col {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 789px) {
    .tailwind.page-template-template-gabi-search .row-to-col.flex-row {
        flex-direction: column;
    }  
}