footer {
    background-color: #000;
    color: #fff;
    position: relative;
}

footer .footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a, footer p {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.solyd-footer {
    margin-bottom: 1.5rem;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 1066px;
}

.footer-title {
    color: #5F5F5F;
    font-family: Gruppo, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.footer-link {
    border-bottom: 3px solid transparent;
    color: #fff;
    font-family: Raleway, sans-serif !important;
    font-size: 14px;
    width: fit-content;
    text-decoration: none;
}

.footer-link:hover {
    color: #5f5f5f;
}

.purple-divider {
    height: 2px;
    background-color: var(--purple-color);
    width: 100%;
}

.social-icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: flex-start;
}

.social-icons i {
    font-size: 1.5rem;
}

.social-icons i.grey:hover {
    color: #555555!important;
}

.social-icons button.ui.button:hover {
    background-color: var(--purple-color-hover);
}

.social-icons i.icon {
    color: inherit;
}

.display-flex {
    display: flex !important;
}

.flex-direction-r {
    flex-direction: row;
}

.flex-direction-c {
    flex-direction: column;
}

.align-items-center {
    align-items: center !important;
}

.mr-halfrem {
    margin-right: .5rem;
}

.mb-halfrem {
    margin-bottom: .5rem;
}

.mt-1rem {
    margin-top: 1rem !important;
}

.mb-1rem {
    margin-bottom: 1rem !important;
}

.font-w-700 {
    font-weight: 700;
}

.column .step{
	border-radius: 5px;
	border: 1px solid #1F1F1F;
	background: linear-gradient(270deg, #000 0%, #171717 100%);
	display: flex;
	align-items: center;

	color: #FFF;
	line-height: 20px; 
	text-transform: uppercase;
	padding: .5rem 1.5rem;
	justify-content: space-around;

}

.contact-column i {
    font-size: 1.3rem;
}


@media only screen and (max-width: 1200px) {
    .footer-content {
        width: fit-content;
    }
}
