footer {
    width: 100%;
    height: 300px;
    background-color: #0047bb;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: "Arial", sans-serif;
}

.footer-container {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
    gap: 2rem;
}

.footer-container-1 {
    /* width: 51%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    /* flex: 1; */
}

.footer-container-1 img {
    height: 4rem;
}

.footer-container-2 {
    /* width: 25rem;
    height: 80%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

.footer-2,
.footer-3,
.footer-4 {
    width: 100%;
    font-family: "Arial Bold", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3rem;
}

.footer-2-2 span,
.footer-3-2 span,
.footer-4-2 span {
    display: block;
    /* white-space: nowrap; */
    font-family: "Arial", sans-serif;
    font-size: 1rem;
}

.address, .phone, .email {
    width: 2rem;
    height: 2rem;
}

/* @media screen and (max-width: 1280px) {

    .footer-container-2 {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-container-1>img{
        height: 3rem;
    }
} */