.menures ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
}
.home-callout .fl-callout-photo-below-title .fl-callout-title {
    padding: 15px 10px;
    background-color: var(--bs-primary);
	color: #ffffff !important;
}
.home-callout .fl-callout-photo-below-title .fl-callout-title a {
	color: #ffffff !important;
}
.home-callout .fl-callout-photo-below-title .fl-photo {
	margin-top: 0 !important;
}
.fl-rich-text td {
    border:none !important;
}
.velocity-image-1x1 img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.velocity-image-4x3 img {
	aspect-ratio: 4/3;
	object-fit: cover;
}

@media only screen and (min-width:768px) {
    .btn-menu > div > a,
    .btn-menu > a {
        background-color: var(--bs-primary) !important;
        color: #ffffff !important;
    }
}

@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
	.fl-module-content-slider .fl-slide .fl-slide-content {
        padding: 0 !important;
    }
}