.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101320;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Ubuntu";
    font-size: 14px;
    height: 374px;
    /* font-size: 14px;
    line-height: 32px; */
}

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

.footer-row{
    display: flex;
    gap: 16px;
}



.footer-wrap a {
    text-decoration: none;
    color: #fff;
}

.footer-block{
    margin-bottom: 24px;
}

.footer-block-title{
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.information-span{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    opacity: 0.8;
    color: #fff;
    margin-bottom: 12px;
    text-wrap: nowrap;
}

.footer-block h3{
    color: #fff;

}

.information-row{
    display: flex;
    
    gap: 10px;
}

.footer-row-left{
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-row-right{
    justify-content: space-between;
    flex: 2;
}