@media (max-width:991px) {
    .container{
        margin: 0 auto;
        width: 95%;
    }
    .head-title {
        bottom: 0;
    }

    .bg-foot{
        flex-direction: column-reverse;
        gap: 50px;
    }
}