.elementor-23 .elementor-element.elementor-element-6aff939{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:52px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23 .elementor-element.elementor-element-179e84b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23 .elementor-element.elementor-element-c99a73a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23 .elementor-element.elementor-element-ff49c0c{background-color:#FFFFFF;}.elementor-23 .elementor-element.elementor-element-01cd03a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-d58d9ea{text-align:center;}.elementor-23 .elementor-element.elementor-element-d58d9ea .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:#F4A261;}.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-23 .elementor-element.elementor-element-52dfc9b{color:#8D3939;}.elementor-23 .elementor-element.elementor-element-45dc43a{--display:flex;}.elementor-23 .elementor-element.elementor-element-0382570{--display:flex;}.elementor-23 .elementor-element.elementor-element-7dc89b7{text-align:center;}.elementor-23 .elementor-element.elementor-element-7dc89b7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:var( --e-global-color-26da0aa );}.elementor-23 .elementor-element.elementor-element-3675007{--display:flex;}.elementor-23 .elementor-element.elementor-element-660e9ea{--display:flex;}.elementor-23 .elementor-element.elementor-element-1a4854f{text-align:center;}.elementor-23 .elementor-element.elementor-element-1a4854f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:#F4A261;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-179e84b{--width:100%;}}/* Start custom CSS */.container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
    gap: 10px;
}

.column {
    position: relative;
    width: 33%;
    min-width: 33%;
    text-align: left;
    border: 5px solid #F4A261;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    background: #064419;
}

.logo {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f4a261;
    border: 10px solid #F4A261;
    box-sizing: border-box;
    z-index: 1;
    padding: 30px;
    background: #FFFFFF;
}

.content {
    margin-top: 130px; /* Adjust to account for logo overlap */
}

h2 {
    color: #f4a261;
    margin: 0 0 10px;
}

p {
    color: #fff;
    margin: 0 0 15px;
}

.read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f4a261;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.read-more:hover {
    background-color: #e07a5f;
}/* End custom CSS */