.elementor-16 .elementor-element.elementor-element-49714fc6{--display:flex;}/* Start custom CSS for container, class: .elementor-element-49714fc6 */.cmplz-document {
    max-width: 1240px; /* Επίλεξε το width που θες */
    margin: 0 auto; /* Κεντράρει το περιεχόμενο */
    padding: 0px; /* Ίσως θες λίγο padding */
}

.cmplz-document h1 {
    font-size: 2rem;
    font-family: 'Proxima Nova';
}

.cmplz-document h2 {
    font-size: 1.3rem;
    font-family: 'Proxima Nova';
}

.cmplz-document h3 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Proxima Nova';
}
.cmplz-document p {
    font-size: 1rem!important;
    font-family: 'Proxima Nova';
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .cmplz-document h1 {
        font-size: 1.8rem;
    }
    .cmplz-document h2 {
        font-size: 1.2rem;
    }
    .cmplz-document h3 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .cmplz-document h1 {
        font-size: 1.5rem;
    }
    .cmplz-document h2 {
        font-size: 1.1rem;
    }
    .cmplz-document h3 {
        font-size: 0.95rem;
    }
}/* End custom CSS */