.w-10.h-10.border-2.border-timonix-dark.flex.items-center.justify-center.font-bold.text-xl.text-timonix-green {
    font-size: 37px;
}



/* Mobile styles (screens up to 767px) */
@media (max-width: 767px) {
    /* Hide the Ablitas location element */
    .absolute.bottom-8.left-6 {
        display: none !important;
    }

    /* Reduce the main TIMONIX title size */
    h2.text-7xl {
        font-size: 3rem !important; /* Scales down to approx text-5xl */
        line-height: 1 !important;
    }

    /* Reduce the subtitle size */
    h3.text-4xl {
        font-size: 1.875rem !important; /* Scales down to approx text-3xl */
        line-height: 1.2 !important;
    }

    h2.text-6xl.font-bold.mb-6.leading-tight {
    font-size: 3rem !important;
    line-height: 1 !important;
}

section.relative.py-28.w-full.bg-cover.bg-center {
    padding-top: 9vh;
}


}