.footer-bottom{
    top:0;
    left: 0;
    width: 100%;
    color: black;
    background-color: #F0F0F0;
    white-space: nowrap!important;
    font-size:1rem;
    margin-top: 20px;
}
.footer-line{
    width: 100%;
    margin: 0
}
.footer-line-border{
    display: flex;
    border-bottom: 1px solid #FFFFFF;
}
.footer-line-contact{
    width: 20%;
    margin-left: 20%;
    margin-top: 30px
}
.footer-line-left{
    width: 25%;
    margin-top: 30px
}
.footer-line-center{
    width: 15%;
    margin-top: 30px
}
.footer-line-right{
    width: 20%;
    padding: 5px;
}
.footer-line-right-img {
    /*height: auto;*/
    /*width: auto;*/
    width: 50%;
    /*max-height: 50%*/
}
.container-bottom{
    padding: 0;
}