footer{
    height: 100%;
    background: url('https://static.igem.wiki/teams/4223/wiki/b/4.jpg') no-repeat top center;
    background-size: 100%;
}

footer h1{
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 600;
}

footer .row{
    align-items: flex-start;
    justify-content: space-around;
}

footer .row:last-child{
    height: 70px;
}

.abus,
.cous,
.rlogo
{
    float: left;
    width: 25%;
    height: 100%;
}


.icont{
    max-height: 110px;
}


.icont h2{
    font-size: 1.5em;
    font-weight: 550;
}

.slogo{
    width: 30%;
}

.rlogo{
    width: 40%;
    height: 80%;
}

.slogo img{

    width: 100%;
}

.ic,
.te{
    float: left;
}

.ic{
    width: 10%;
}

.te{
    padding-left: 2%;
    width: 88%;
}

.logo-box{
    transform: translateY(15%);
    display: flex;
    justify-content: space-around;
    align-items: center;
}