﻿.footer .header .image-text {
    display: flex;
    gap: 18px;
    align-items: center;
}
.footer .image-text .header-text{
    display: flex;
    flex-direction: column;
}
.footer .header-text .name {
    color: #292D32;
    font-size: 18px;
}
.footer a{
    text-decoration: none;
}
.footer > div{
    max-width: 1200px;
    display: grid;
    padding: 54px 26px 100px;
    gap: 44px;
    width: 100%;
}
.footer {
    background: #F6FDFF;
    justify-items: center;
    display: grid;
}
.footer .footer-links .menu-links .nav-link {
    padding: 0;
}
.footer .footer-links .menu-links{
    display: grid;
    gap: 32px;
    padding: 0;
    margin: 0;
}
.footer .footer-links{
    text-align: center;
}
.footer .header-links {
    display: grid;
    gap: 30px;
    justify-items: center;
}
.footer .menu-links a{
    color: #006F87;
    font-size: 18px;
    white-space: nowrap;
}
.footer .footer-conclusion p span {
    text-decoration: underline;
}
.footer .footer-conclusion {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    text-align: center;
}
.footer .footer-conclusion p {
    color: #C1CBD8;
}
@media(min-width: 992px) {
    .footer .footer-conclusion {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .footer .header-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .footer .footer-links .menu-links {
        display: flex;
        gap: 32px;
    }
    .footer .footer-links {
        align-items: center;
        display: flex;
    }
}
@media(min-width: 1200px){
    .footer .header-links {
        flex-direction: row;
    }
}