footer {
    color: white;
    display: flex;
    height: 20vw;
    justify-content: space-between;
    width: 100%;
}

footer > img {
    width: 20vw;
}

.footer-content {
    padding: 1vw;
    display: flex;
    justify-content: space-around;
    width: 80vw;
}

.footer-content-part {
    color: rgb(60, 120, 240);
    font-size: 42px;
}

.footer-content-text {
    color: white;
    font-size: 20px;
    height: 14.5vw;
    line-height: 4vw;
}

.footer-content-text > a{
    color: white;
    font-size: 20px;
}

.contacts {
    width: 30%;
}

.about {
    width: 50%;
}

.others {
    width: 20%;
    right: 0;
}

.about-text {
    line-height: 2vw;
    max-width: 100%;
}

