.container {
	max-width: 1000px;
}

body {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color: #0A3464;
    font-size: 15px;
}

h1 {
	font-size: 24px;
    color: #C83125;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.csl-subtext {
	text-transform: uppercase;
	font-size: 24px;
    color: #C83125;
    margin-bottom: 20px;
}

.csl-middle {
	font-size: 20px;
	text-align: center;
    color: #C83125;
    margin: 15px;
    font-weight: 600;
}

.csl-bigger {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 20px;
}

.csl-content {
	z-index: 10;
}

.csl-tel {
	position: absolute;
	right: 0;
	color: #0A3464;
	font-size: 24px;
	font-weight: bold;
}

.csl-email {
	position: absolute;
	right: 0;
    color: #C83125;
    top:30px;
	font-size: 24px;
	font-weight: bold;
}

img {
	margin-top: 20px;
	max-width: 130%;
	margin-left:-15%;
}

@media (max-width: 991px) {
	img {
		margin-top: 70px;
		max-width: 100%;
		margin-left:0%;
	}
	.csl-tel, .csl-email {
		font-size: 22px;
		left:25px;
		display: block;
		margin: 5px;
		overflow: hidden;
	}


}