.elementor-1539 .elementor-element.elementor-element-93cae47{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-1539 .elementor-element.elementor-element-93cae47.elementor-element{--align-self:flex-start;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1539 .elementor-element.elementor-element-305c199{width:100%;max-width:100%;text-align:start;font-family:"Inter", Sans-serif;font-size:1.125rem;font-weight:400;color:var( --e-global-color-v4-neutral-700 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1539 .elementor-element.elementor-element-93cae47{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-1539 .elementor-element.elementor-element-305c199{font-size:1rem;}}/* Start custom CSS for html, class: .elementor-element-93cae47 */.elementor-1539 .elementor-element.elementor-element-93cae47 .pegasus-hero-heading-h2 {
    text-align: left!important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-305c199 */.job-description h2 {
    color: var(--clr-primary);
    font-family: "PT Serif", serif;
    font-size: 2.5rem;
    margin-block-end: 40px;
    margin-block-start: 40px;
}

.job-description h3 {
    color: var(--clr-secondary);
    font-family: "PT Serif", serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    margin-block-start: 40px;
    margin-block-end: 20px;
}

.job-description a {
    color: var(--clr-secondary);
    font-weight: 600;
}

/* Remove default bullets */
.job-description,
 ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.job-description li {
    list-style: none !important;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.job-description li::marker {
    content: "";
}

/* Custom tick */
.job-description li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.4em;

    width: 1.25rem;
    height: 1.25rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--clr-secondary);
    border-radius: 50%;

    color: var(--clr-secondary);
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    box-sizing: border-box;
}

/* Mobile */
@media (max-width: 767px) {

    .job-description h2 {
        font-size: 1.5rem;
        margin-block-start: 1.5rem;
        margin-block-end: 1.25rem;
    }

    .job-description h3 {
        font-size: 1rem;
        margin-block-start: 1.75rem;
        margin-block-end: 0.875rem;
    }

}/* End custom CSS */