p {
    font-size: 14px;
    line-height: 1.4;
    color: #212529;
    margin: 0;
}
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
	text-align: center!important;
}
.p-4 {
	padding: 1.5rem!important;
}
.border {
	border: 1px solid #dee2e6!important;
}
.text-page h1 {
    margin: 0 0 20px;
    color: #262626;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: .12em;
}
.btn-red {
    display: inline-block;
    height: 40px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background: #ee604a;
    font-size: 16px!important;
    font-weight: 700!important;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 0 15px;
    line-height: 35px!important;
}
h4 {
    font-size: 22px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin: 0;
}
@media (min-width: 960px){
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px){
	.col-md-6 {
		float: left;
	}
}