.icon__button svg {
	max-width: 12px;
	margin-right: 5px;
}

.sr-footer-item {
	padding: 15px 0;
}

.divider {
	width: 100%;
	background-color: #fff;
	height: 0px;
}

.sr-footer__copyright {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sr-footer__copyright p {
	margin-bottom: 0;
}

.sr-footer-item {
	max-width: 1238px;
	margin: 0 auto
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) {  
	.sr-footer-item {
		text-align: center;
	}

	.sr-footer__copyright {
		flex-direction: column;
	}
}