footer {
    width: 100%;
    height: 250px;
    background-color: rgb(249, 247, 247);
    position: relative;
}

.left {
    float: left;
    width: 50%;
}

.left>img {
    width: 250px;
    height: 50px;
    position: absolute;
    top: 10%;
    left: 2%;
}

.left .icons {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.left .icons:nth-of-type(1) {
    position: absolute;
    top: 32%;
    left: 2%;
}

.left .icons:nth-of-type(2) {
    position: absolute;
    top: 32%;
    left: 4%;
}

.left .icons:nth-of-type(3) {
    position: absolute;
    top: 32%;
    left: 6%;
}

.left p {
    font-size: 14px;
    color: #bbb;
}

.left p:nth-of-type(1) {
    position: absolute;
    bottom: 20%;
    left: 2%;
}

.left p:nth-of-type(2) {
    position: absolute;
    bottom: 20%;
    left: 7%;
}

.right {
    float: right;
    width: 50%;
    height: 200px;
    display: flex;
    padding-top: 35px;
}

.contentEnd {
    height: 200px;
    width: 300px;
    text-align: start;
    color: rgb(136, 136, 136);
    font-size: 14px;
}

.contentEnd ul>* {
    color: rgb(136, 136, 136);
}

.contentEnd ul a li {
    padding-bottom: 13px;
}

.topEnd {
    padding-bottom: 25px;
}