.container{
    min-height: calc(100vh - 171px) !important;
}

.many-txt{
    word-break: break-all;
}

/* Nest Hub Max */


@media (min-width: 1200px) and (max-width: 1400px){
    .container{
        min-height: calc(100vh - 75px) !important;
    }

    .bot{
        width: 104.725%;
    }
}

@media (min-width: 1200px) and (max-width: 1280px){
    .bot{
        width: 107.9%;
    }
}

@media (width:1280px){
    .container{
        min-height: calc(100vh - 133px) !important;
    }

    .bot{
        width: 104.725%;
    }
}
