.wf-bottom-menu a{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.wf-bottom-menu .item-link {
    margin-bottom: 24px;
}
.bottom-menu .items > .item-link > .item > div > span{
	font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.wf-bottom-menu a:hover{
    opacity: 0.4;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .wf-bottom-menu a, .bottom-menu .items > .item-link > .item > div > span{
        font-size: 16px !important;
        line-height: 20px ;
    }
}