.elementor-widget-ws-footer {
	background-color: var(--sporsora-primary-color);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.ws-elementor-widget-ws-footer.ws-content {
	display: flex;
	flex-direction: column;
	gap: 2.1rem;
	padding-top: 32px;
	padding-bottom: 21px;
	position: relative;
}

.ws-elementor-widget-ws-footer.ws-content,
.ws-elementor-widget-ws-footer.ws-content a {
    color: #fff;
    font-size: 1.3rem;
}

.ws-elementor-widget-ws-footer.ws-content a:hover {
    text-decoration: underline;
}

.ws-footer-row {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
}

.ws-footer-column {
	display: flex;
	flex-direction: column;
	gap: 2.3rem;
}

.ws-footer-title {
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

.ws-footer-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
    padding-left: 1rem;
	border-left: 2px dotted #fff;
}

.ws-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-left: 2rem;
    border-left: 2px dashed #FFF;
}

.ws-footer-menu ul li a {
    font-size: 1.5rem !important;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ws-elementor-widget-ws-footer.ws-content {
        align-items: center;
        gap: 3rem;
        text-align: center;
    }

    .ws-footer-row {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 4rem;
    }

    .ws-footer-column {
        align-items: center;
        gap: 0.5rem;
    }

    .ws-footer-contacts,
    .ws-footer-menu ul {
        border: none;
        padding: 0;
        align-items: center;
    }

}