body{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


footer{
    width: 100%;
    background: #ebebeb;
    color: black; 
    bottom: 0;
}
.container-footer-all{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 25px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}
.colum1 img{
    max-width: 200px;
    margin-bottom: 15px;
}
.colum1{
    max-width: 300px;
}
.colum1 h1{
    font-weight: bold;
    font-size: 15px;
}
.colum1 p{
    font-size: 13px;
    margin-top: 15px;
}


.colum2{
    max-width: 300px;   
}
.colum2 h1{
    font-weight: bold;
    font-size: 15px;
}
.colum2 p{
    font-size: 13px;
    margin-top: 15px;
    color: black;
    text-decoration: none;
}



.colum3{
    max-width: 400px;
}
.colum3 h1{
    font-weight: bold;
    font-size: 15px;
}
.colum3 p{
    font-size: 13px;
    margin-top: 15px;
}

.row2{
    margin-top: 2px;
    display: flex;
}
.row{
    margin-top: 15px;
    display: flex;
}
.row p{
    margin-top: 8px;
    margin-left: 20px;
}

.container-footer{
    width: 100%;  
    background: #333;
    padding: 1em;
}
.copyright{ 
}
.copyright p{
    font-size: 15px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}



@media screen and (max-width: 1100px){

    .container-body{
        flex-wrap: wrap;
    }

    .colum1{
        max-width: 100%;
    }

    .colum2,
    .colum3{
        margin-top: 40px;
    }
}