@media screen and (min-width: 768px) {
    .meghivo-text p {
        display: flex;
        justify-content: flex-end;
        padding-right: 100px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item {
        width: 100%;
        margin-bottom: 40px !important;
    }

    #eskuvo_form textarea.elementor-field {
        height: 250px !important;
    }
}