footer {
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: column;
    padding: 35px 0;
    background-color: #006699
}

footer .footerbox {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px 30px;
    display: flex;
    justify-content: space-between;
    height: auto;
    color: #fff;
    border-bottom: 1px #689cc0 solid;
}

footer .footerbox .company {
    display: flex;
    align-items: flex-start
}

footer .footerbox .company img {
    width: 105px;
    padding-right: 30px;
    /* margin-top: 65px */
}

footer .footerbox .company .team>h3 {
    font-size: 16px;
    letter-spacing: 1.2px
}

footer .footerbox .company .team>h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 14px
}

footer .footerbox .company .team>p {
    font-size: 18px;
    letter-spacing: 1.4px
}

footer .footerbox .company .team>hr {
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 15px 0 23px
}

footer .footerbox .company .team .info {
    margin-top: 31px;
    /* margin-bottom: 49px */
}

footer .footerbox .company .team .info p:not(:last-child) {
    margin-bottom: 14px
}

footer .footerbox .company .team .info p {
    font-size: 14px;
    letter-spacing: 1.4px
}

footer .footerbox .company .team .info .fas {
    width: 16px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center
}

footer .footerbox .link {
    color: #fff;
    letter-spacing: 4px;
    padding-left: 35px;
    border-left: 1px #689cc0 solid;
    width: 30%;
}

footer .footerbox .link h3 {
    font-size: 14px;
    margin: 0
}

footer .footerbox .link hr {
    border-color: #fff;
    border-width: .5px;
    margin: 18px 0;
    width: 246px
}

footer .footerbox .link a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 2
}

footer .copy {
    color: #96c2e0;
    font-size: 14px;
    line-height: 1.6;
    padding: 30px 0;
}

footer .care {
    font-size: 16px;
    align-self: flex-end
}

footer .care p {
    margin-bottom: 14px
}

footer .care .social {
    display: flex;
    justify-content: space-between
}

/* footer .care .social .item:not(:last-child) {
    margin-right: 16px
} */

footer .care .social .item {
    width: 40px;
    height: 40px;
    background-color: #d0e9fa;
    color: #156093;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 23px
}

footer .care .social .item:hover {
    background-color: #fff;
}

footer .care .social .item svg {
    width: 65%;

}

footer .care .social .item img {
    max-height: 50%;
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 35px
    }

    footer .footerbox {
        position: relative;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0
    }

    footer .footerbox .company {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0
    }

    footer .footerbox .company img {
        margin: 0;
        margin-bottom: 24px
    }

    footer .footerbox .company .team>h3 {
        font-weight: 400
    }

    footer .footerbox .company .team .info {
        margin-bottom: 180px
    }

    footer .footerbox .link {
        display: none
    }

    footer .copy {
        padding-bottom: 0;
    }

    footer .care {
        position: absolute;
        bottom: 40px;
        left: 0
    }
}