.social-block {
	padding: 0
}

.social-icon {
    margin-right: 10px;
}

.social-icon:last-of-type {
	margin-right: 0;
}

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

.social-icon a {
	color: #000;
}

.social-icon a:hover {
	color: #9f1616;
}

.footer-bottom .sc-social-block {
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 1199px){
	
	.footer-bottom .sc-social-block {
		margin: auto;
	}
	
}