.footer {
    width: 100%;
    height: 210px;
    background-color: #0d69a5;
}

.footer span {
    font-size: 16px;
    color: #fff;
}

.footer .dropdown {
    width: 100%;
    height: 35px;
}

.footer .dropdown .dropdown_item {
    height: 100%;
}

.footer .dropdown .dropdown_item .btn {
    color: #fff;
    background-color: #0d69a5;
    border-color:#fff;
    box-shadow: none;
    border-radius: 0px;
}

.footer .dropdown .dropdown_item > details > summary {
    width: 100%;
}

.footer .footer_img {
    height: 72px;
}

.footer .footer_img > img {
    width: 60px;
    height: auto;
}