.gh-loop-item-hypnotherapist-actions {
    display: flex !important;
    justify-content: end !important;
    gap: 10px !important;
}

.gh-loop-item-hypnotherapist .gh-hypnotherapist-image img {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
    max-height: 110px !important;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    flex-flow: row !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .gh-loop-item-hypnotherapist-actions {
        flex-flow: row !important;
    }

    .gh-loop-item-hypnotherapist-actions .elementor-button {
        width: 100% !important;
    }

    .gh-loop-item-hypnotherapist-actions .elementor-widget-button {
        flex: 1 1 50%;
        width: 100% !important;
    }

    .gh-loop-item-hypnotherapist-location {
        justify-content: center !important;
    }

    .gh-loop-item-hypnotherapist .gh-hypnotherapist-image {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }
}

@media (max-width: 500px) {
    .gh-loop-item-hypnotherapist-actions {
        flex-flow: column !important;
    }
}