

.footer{
	background-color: var(--color-primary-dark);
    color: rgba(255, 255, 255, 0.65);
    padding: 100px 0 50px;
    font-size: 14px;
}
.footer .row>div{
    margin-bottom: 18px;
}

.footer .logo{
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 47px;
    margin-bottom: 24px;
    background: url(../img/logo-2.png) no-repeat center center;
    background-size: auto 100%;
}
.footer .p1{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.footer .p2>a{
    color: #fff !important;
    text-decoration: none !important;
}

.footer .footer_list>p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}
 .footer_list>a{
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.65) !important;
    text-decoration: none !important;
}
 .footer_list.news>a{
    display: flex;
    align-items: start;
}
.footer_list.news>a>div{
    background-color: #fff;
    width: 105px;
    height: 70px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.footer_list.news>a>div>img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
 .footer_list.news>a>img{
    width: 105px;
    height: 70px;
    margin-right: 10px;
}
 .footer_list.news>a>p{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    height: 70px;
}
 .footer_list.news>a>p>font{
    color: #fff;
}