ul.flex.lg\:flex-row.flex-col.lg\:justify-center.justify-start.lg\:items-center.items-start.lg\:gap-2.gap-0.nav.w-full.lg\:h-full.h-auto.lg\:mb-0.mb-8 a {
    font-size: 12px;
    font-weight: bold;
}










@media (max-width: 767px) {


.craffo-components-hero-image.relative.h-screen.overflow-hidden {
 height: 290px;
}

img.object-cover.object-center.w-full.h-full {
 object-fit: contain;
}


section.craffo-components-hero-video.relative.h-screen.flex.flex-col.items-center.justify-center.text-center.text-white {
    height: 210px;
}


}


@media (min-width: 767px) {
ul.sub-menu.text-md.uppercase.lg\:text-gray-950.w-full.lg\:h-full.h-auto.lg\:hover\:border-gray-950.lg\:py-3.py-4.lg\:px-2.px-1.duration-300.flex.justify-between.items-center {
    color: #fff;
}


li.text-md.uppercase {
    color: #fff !important;
}
|