.ce-column-text {
    width: 100%;
    position: relative;
}

.ce-column-text__columns-wrapper {
    display: flex;
    flex-direction: column;
    --row-gap: 80px;
    --column-gap: 1px;
    gap: var(--row-gap);
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}

.ce-column-text__column {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ce-column-text__heading-item {
    width: 100%;
}

.ce-column-text__text-item {
    width: 100%;
    margin-top: 60px;
}

.ce-column-text__column-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 100%;  
}

.ce-column-text__column-text {
    font-family: var(--elementor-typography-body-font, 'Montserrat', sans-serif);
    font-weight: var(--elementor-typography-body-font-weight, 400);
    font-size: var(--elementor-typography-body-font-size, 16px);
    line-height: var(--line-height-normal, 1.5);
    color: var(--elementor-color-text, #000000);
    text-align: justify;
    width: 100%;
}

.ce-column-text__column-text p {
    margin: 0 0 1em 0;
}

.ce-column-text__column-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ce-column-text__columns-wrapper {
        gap: var(--row-gap, 80px);
    }
    
    .ce-column-text__main-title {
        padding: 0 var(--elementor-container-padding-mobile-right, 16px) 0 var(--elementor-container-padding-mobile-left, 16px);
        font-size: var(--elementor-typography-h2-font-size, 40px);
    }
    
    .ce-column-text__column-heading {
        font-size: var(--elementor-typography-h4-font-size, 20px);
        line-height: var(--elementor-typography-h4-line-height, 1);
    }
}

@media (min-width: 768px) {
    .ce-column-text__columns-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        --column-gap: 80px;
        gap: var(--column-gap, 80px);
        max-width: 100%;
        padding: 0;
    }
    
    .ce-column-text__column {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }
    
    .ce-column-text__heading-item {
        width: 100%;
    }
    
    .ce-column-text__text-item {
        width: 100%;
    }
    
    .ce-column-text__main-title {
        font-size: 48px;
        padding: 0 var(--elementor-container-padding-right, 87px);
    }
    
    .ce-column-text__column-heading {
        font-size: 24px;
        line-height: normal;
    }
    
    .ce-column-text__column-text {
        font-size: 16px;
        line-height: 1.5;
    }
}
