.footer-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #d1aa53;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
}

.footer-title-item {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 1px;
    display: block;
}
.footer-title-item :hover{
    color: #d1aa53 !important;
}
.footer-items-container{
    margin-top: 30px;
    border-radius: 20px 20px 0 0;

}

.footer-upper-container{

}
.footer-upper-container-title{
    font-size: 20px;
    font-weight: 400;
    color: #d1aa53;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.footer-upper-container-p{
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: black;
}
