.process-block {
    color: #777;
}


.footer-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
    background: linear-gradient(110deg, #2d2d2dd0 0%, #000000d0 100%);
}

.footer-contact-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-left {
    width: 70%;
}

.footer-right {
    width: 30%;
}

.footer-logo-row-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo-row-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.footer-desc {
    display: flex;
    justify-content: center;
}

.footer-contact {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.footer-contact .text {
    line-height: 24px;
}


.footer-license {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.footer-license .text {
    line-height: 20px;
}

.footer-license .text a {
    color: #5a4ff3;
    /* text-decoration: none; */
    font-weight: normal;
    cursor: pointer;
}

img.footer-logo-1 {
    width: 200px;
    height: 100px;
    object-fit: cover;
    margin: 0 40px;
}

img.footer-logo-4 {
    width: 240px;
    object-fit: cover;
    margin: 0 40px;
}

img.footer-logo-2 {
    width: 130px;
    object-fit: cover;
    margin: 0 40px;
}

img.footer-logo-3 {
    width: 80px;
    object-fit: cover;
    margin: 20px 40px;
    margin-left: 80px;
    margin-right: 100px;
}

img.footer-logo-5 {
    width: 140px;
    object-fit: cover;
    margin: 20px 40px;
}