/* --- Colors --- */

:root {
    --main: #434244;
    --main-light: #c2aa87;
    --main-dark: #7e643b;
    --bg-shared-banner: #f9f9f9;
    --color-services: #c2aa87;
    --btn-hover: #c2aa87;
    --btn-hover-2: #000;

    /* --- fonts --- */
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace

}
.logo a img {
    max-width: 175px!important;
}
.header-right-wrap .same-style a:hover {
    color: var(--main-light);
}