/* footer */
footer {
    background-color: #E4E4E7;
    overflow-wrap: break-word;
    word-break: break-word;
}

.footer-inner {
    max-width: 1280px;
    margin: auto;
    padding: 56px 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-section {
    width: calc(25% - 30px);
}

.footer-section:first-child {
    color: #2E4652;
}

.footer-section:first-child a {
    text-decoration: none;
    color: #2E4652;
}

.footer-logo {
    width: 190px;
    height: 88px;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2B5C94;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-icon {
    width: 32px;
    height: 32px;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.info-text p {
    margin: 0;
    color: #5B6D77;
}

.info-text p:first-child {
    color: #2B5C94;
}

.footer-link {
    padding-left: 1.5rem;
    list-style: none;
}

.footer-link li {
    position: relative;
    padding: 0.5rem;
}

.footer-link li::before {
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    left: -1.375rem;
    top: 1rem;
    background-color: #6EBB8D;
    font-size: 0.8rem;
}

.footer-link a {
    text-decoration: none;
    color: #001E2D;
}

.footer-fb{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-fb img{
    align-self: flex-end;
}

.accessibility {
    width: 88px;
    height: 31px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    color: #fff;
    background-color: #208038;
    font-weight: 500;
}