.footer {
    background: url("../images/bg-connect.png");
    position: relative;
    z-index: 10;
}

.footer>.container {
    align-items: center;
    min-height: 25rem
}

.footer>.container2 {
    background-color: var(--black);
    min-height: 3rem
}

.caption{
    color: var(--white);
    align-self: center;
}

.connect-text{
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 70px;
}

.box-image{
    align-items: center;
    text-align: center;
    padding: 35px 0px 15px 0px;
}

.box1, .box2, .box3{
    min-height: 18rem;
    height: 100%;
    padding: 1rem;
}

.box1{
    background-color: var(--secondary-light);
}

.box2{
    background-color: var(--secondary-medium);
}

.box3{
    background-color: var(--secondary-bold);
}

.center-text, .center-text-big{
    align-items: center;
    text-align: center;
}

.center-text-big{
    color: var(--white);
}

.social-icon:hover{
    opacity: 0.8;
}

.social-footer{
    display: flex;
    justify-content: space-between;
}

.footer-logo{
    align-self: center;
}

.footer-logo-block{
    display: flex;
    flex-wrap: wrap;
}

.social-links{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

@media (max-width: 991px) {
    .footer-logo>img {
        max-width: 5rem;
    }
}

@media (max-width: 775px) {
    .social-footer, .footer-logo-block {
        flex-direction: column;
    }

}
