@media (min-width: 992px) {
    .flex-items{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

 .hero-title{
        font-size: clamp(20px,3vw,40px) !important;
        letter-spacing: 0.3rem !important;
}

.logo-div a{
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

 .logo-div img{
    width: clamp(80px,3vw,100px) !important;
    height: auto !important;
    object-fit: contain !important;
    align-self: flex-start !important;
}
