.elementor-19 .elementor-element.elementor-element-20af63f{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-fe9b4f4 */body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 0;
}
.entry-title {
    display: none !important;
}


.contact-wrapper {
    max-width: 900px;
    padding: 40px 60px;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.designation {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

strong {
    font-weight: bold;
}

a {
    color: #000000;        /* same as image (not blue) */
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}/* End custom CSS */