.container {
	width: 1200px;
  margin: 0 auto;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

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

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.red {
	color: #ff0000 !important;
}

.p-10 {
	padding: 10px !important;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}