.footer {
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.all-elements-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    height: 100%;

}


.fa-facebook,
.fa-instagram,
.fa-whatsapp {
    font-size: 50px;
    width: 100%;
    color: #000;
    transition: all 0.3s ease;
}


.fa-facebook:hover,
.fa-instagram:hover,
.fa-whatsapp:hover {
    opacity: 0.8;
}

.information {
    width: 100%;
}

.social-media-logos {}

.social-media-logos-flex {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    width: 100%;
}

.information-text {
    color: rgb(0, 0, 0);
    
}
.footer-location,
.footer-email,
.footer-number {
    color: #000;
}




@media (max-width: 570px) {

    .fa-facebook,
    .fa-instagram,
    .fa-whatsapp {
        font-size: 40px;
    }
    .footer-location,
    .footer-email,
    .footer-number,
    .information-text {
        font-size: 14px;
    }


}


@media (max-width: 450px) {

    .fa-facebook,
    .fa-instagram,
    .fa-whatsapp {
        font-size: 33px;
    }
    .footer-location,
    .footer-email,
    .footer-number,
    .information-text {
        font-size: 12px;
    }


}


@media (max-width: 390px) {

    .fa-facebook,
    .fa-instagram,
    .fa-whatsapp {
        font-size: 31px;
    }
    .footer-location,
    .footer-email,
    .footer-number,
    .information-text {
        font-size: 11px;
    }


}