.footer {
    margin-top: 80px;
    background-color: #2954a2;
    color: #fff;
    height: 100px;
}

.footer-top {
    height: 60px;
    line-height: 80px;
    text-align: center;
}

.footer-bottom {
    height: 40px;
    text-align: center;
}


.img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 250px;
}

.img-context {
    width: 58%;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.img-item {
    width: 30%;
    position: relative;
    transition: all .2s linear;
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
}

.img-friend {
    width: 100%;
    height: 120px;
}


 .img-item:hover {
    transform: translate(0px, -3px);
    box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
}

.icon-item:hover {
    transform: translate(0px, -3px);
}

.icon-context {
    width: 37%;
    height: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 250px;
}

.icon-item {
    display: block;
    width: 40%;
}

.icon {
    height: 165px;
}

.friend-font {
    position: relative;
    bottom: 33px;
    font-size: 18px;
    height: 33px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    opacity: 0.6;
    line-height: 33px;
}