.footer {
    position: relative;
    width: 100%;
    min-height: 548px;
    background: linear-gradient(
        88deg,
        #2db04a -8.08%,
        #2b8670 47.23%,
        #2e398b 113.21%
    );
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.footer .footer-bgdeco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.footer .container {
    padding-top: 64px;
    padding-bottom: 56px;
    position: relative;
    z-index: 1;
}
.footer .container .infor {
    display: flex;
    gap: 90px;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.footer .container .infor .infor-left {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: end;
}
.footer .container .infor-left .logo {
    width: 109px;
    height: 109px;
}
.footer .container .infor-left .logo-name {
    margin-bottom: 12px;
}
.footer .container .infor-left .logo-name p,
.footer .container .infor-left .logo-name {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.footer .container .infor-left .logo-name strong {
    font-weight: 600;
}
.footer .container .infor .infor-right {
    width: 630px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.footer .container .line {
    margin-top: 48px;
    margin-bottom: 48px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.24);
}
.footer .container .menu {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer .container .menu-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 20px;
}
.footer .container .menu-left a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .container .menu-right {
    display: flex;
    gap: 48px;
}
.footer .container .menu-right .column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer .container .menu-right .column:last-child {
    max-width: 252px;
}
.footer .container .menu-right .column .column-item {
    display: flex;
    align-items: start;
    gap: 12px;
}
.footer .container .menu-right .column .column-item svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.footer .container .menu-right .column .column-item strong {
    color: #10a552;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer .container .menu-right .column .column-item p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer .copy-rights {
    height: 48px;
    width: 100%;
    background: var(--Green, #098b43);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    position: relative;
    z-index: 10;
}
@media (max-width: 639px) {
    .footer .footer-bgdeco {
        display: none;
    }
    .footer {
        background: linear-gradient(
            190deg,
            #2db04a -8.08%,
            #2b8670 29.23%,
            #2e398b 114.21%
        );
    }
    .footer .container .infor {
        flex-direction: column;
        gap: 40px;
    }
    .footer .container .infor .infor-left {
        padding: 0 16px;
    }
    .footer .container .infor .infor-right {
        padding: 0 16px;
        width: 100%;
    }
    .footer .container .menu {
        flex-direction: column;
        gap: 20px;
    }
    .footer .container .menu-left {
        width: 100%;
        padding: 0 16px;
        column-gap: 16px;
    }
    .footer .container .menu-right {
        flex-direction: column;
        width: 100%;
        padding: 0 16px;
    }
}
