.elementor-148 .elementor-element.elementor-element-0792799{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:45px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-148 .elementor-element.elementor-element-0792799:not(.elementor-motion-effects-element-type-background), .elementor-148 .elementor-element.elementor-element-0792799 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D4C6BD;}.elementor-148 .elementor-element.elementor-element-a7d42a5{--display:flex;--gap:15px 0px;--row-gap:15px;--column-gap:0px;}.elementor-148 .elementor-element.elementor-element-1ffe697{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:15px 0px;--row-gap:15px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#F1E7DD40;--border-color:#F1E7DD40;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-148 .elementor-element.elementor-element-0792799{--padding-top:35px;--padding-bottom:15px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
	    font-family: "Montserrat", Sans-serif;
}

p.footer-text {
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 0px;
    font-size: 13px;
}

a.footer-link {
    color: black;
    font-weight: 700;
}

.contact-list p {
    margin-bottom: 0px;
    font-size: 15px;
}

.contact-list a {
    color: black;
}


span.contact-kimeles {
    font-weight: 600;
}



.contact-list svg {
    width: 20px;
    height: auto;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: center;
}


span.contact-icon {
    background-color: #f1e7dd;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
}


@media (max-width: 767px) {
.contact-list {
    gap: 0px;
    flex-direction: column;
}
	
	p.footer-text {
    text-align: center;
}
}/* End custom CSS */