.app-footer {
    padding: 120px 0;
    background-color: #000000;
    margin-top: 140px;
}

.app-footer__headline {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.app-footer__desc {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    max-width: 296px;
    width: 100%;
    margin: 24px auto 0 auto;
}

.app-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.app-footer__social-link:not(:last-child) {
    margin-right: 24px;
}

@media only screen and (max-width: 768px){
    .app-footer{
        margin-top: 50px;
    }
}