.footer{
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer h1{
    font-size: 48px;
}

.footer__contacts{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__contact-text{
    color: white;
}
 