.other-pages-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.other-pages-wrapper * {
    color: var(--e-global-color-text);
}

.other-pages-wrapper .other-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--e-global-color-primary);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 380px;
    width: 380px;
    padding: 20px;
}

.other-pages-wrapper .other-page p {
    margin: 0;
    text-align: center;
}

.other-pages-wrapper .other-page .elementor-button {
    background-color: transparent !important;
    color: var(--e-global-color-text);
    font-size: 1rem;
    padding: 10px 30px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 30px;
}

.other-pages-wrapper .other-page .elementor-button:active,
.other-pages-wrapper .other-page .elementor-button:hover {
    background-color: var(--e-global-color-text) !important;
    color: var(--e-global-color-primary);
}

.other-pages-wrapper .other-page .elementor-button:active,
.other-pages-wrapper .other-page .elementor-button:hover * {
    color: inherit;
}

@media (max-width: 767px) {
    .other-pages-wrapper {
        flex-direction: column;
    }
}
