@import "../core/colors.css";

.footer-bg {
    background: rgb(217, 27, 92);
    background: linear-gradient(90deg, rgba(217, 27, 92, 1) 0%, rgba(42, 66, 98, 0.87718837535014) 100%);
}

.footer-list {
    list-style  : none;
    padding-left: 0;
}

.footer-list a {
    text-decoration: none;
    color          : var(--sca-color-white);
}

.footer-image-bg {
    right          : 0;
    top            : 0;
    object-fit     : cover;
    object-position: center center;
}

.footer-divider{
    border-top: 2px solid var(--sca-color-white);
    opacity: 1;
}