hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 213, 40, 0), rgba(255, 213, 40, 0.10), rgba(255, 213, 40, 0));
}

.footer-wrapper {
    min-height: 220px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-sub-text {
    font-size: 14px;
}

.footer-third-party {
    max-height: 50px;
    display: flex;
}