.hotinfo_top {
    position:fixed;
    bottom:0px;
    width:100%;
    border-radius: 20px 20px 0 0;
    justify-self: anchor-center;
    z-index:20;
    direction: rtl;
}
.hotinfo_top table {
    border-collapse:collapse;
}
.hotinfo_top table p {
    padding-bottom:0px;
}
.footer-container{
    padding-bottom: 6.5rem;
}

@media (max-width:767px){
.hotinfo_top h3 {
    font-size: 0.8125rem;}
}