.my-row {
	max-width: 1313px;
	margin: auto;
	height: 100%;
}

.footer-container {
	height: 150px;
	background: #C1272D;
}

.footer-item {
	background: transparent;
	outline: 0px solid black;
	height: 100%;
	align-content: center;
}



.footer-p {
	width: 100%;
	text-align: center;
	padding: 2px;
	font-size: 21px;
	color: white;
	font-family: 'PFBeauSansPro';
    font-weight: 700;
}

@media (max-width: 576px) {
	.my-row {
		width: 100%;
	}

	.footer-item {
		height: 25%;
	}

	.footer-container {
		height: 200px;
	}


}

@media (max-width: 768px)and (min-width: 576px) {
	.my-row {
		width: 95%;
	}

	.footer-item {
		height: 25%;
	}

	.footer-container {
		height: 200px;
	}



}

@media (max-width: 860px) and (min-width: 768px) {
	.my-row {
		width: 95%;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.my-row {
		width: 95%;
	}

	.footer-item {
		height: 50%;
	}

	.footer-container {
		height: 200px;
	}



}

@media (max-width: 1200px) and (min-width: 992px) {
	.my-row {
		width: 960px;
	}

	.footer-p {
		font-size: 16px;
	}
}

@media (max-width: 1393px) and (min-width: 1200px) {
	.my-row {
		width: 1110px;
	}

	.footer-p {
		font-size: 18px;
	}
}

@media (min-width: 1393px) {
	.my-row {
		width: 1310px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
    .footer-item:nth-child(odd) .bordered {
	border-right: 1px solid #fff;
        
}

}
@media (min-width: 992px){
    .bordered {
	border-right: 1px solid #fff;
}
}