@media only screen and (max-width: 480px) {
    #hero > .flex{
        display: block;
    }
    #hero  .text-5xl{
        font-size: 2rem;
    }
    .title::after{
        height: 31%;
    }
    #financial_products .title::after{
        height: 22%;
    }
    header #menu-icon button .w-6{
        width: 4.5rem;
    }
}