#footer__section--container {
    height: fit-content;
    width: 100%;
    background-color: #4f4f4f;
    color: #ffff;
    padding: 20px;
    font-weight: bolder;
    font-size: 0.75rem;
}

#footer__p--copyright {
    text-align: center;
}

#footer__div--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.padding {
    padding: 5px 0;
}

#footer__div--emails {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 30%;
}

#footer__div--links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

#footer__div--links p {
    padding: 0;
    margin: 0;
}

#footer__p--text,
#footer__div--contact {
    width: 35%;
}

#footer__logo--container {
    height: 100px;
}

#footer__logo--container img {
    height: 100%;
    padding: 8px;
}

#footer__div--contact img{
    margin: 0 5px;
}

@media screen and (min-width: 2000px) {
    #footer__div--container {
        padding: 0 7rem;
    }
}