	.content-banner-row {
    background-color: #0180DE;
	margin:0;
	}
	.cbr-row {
    padding: 26px 0px;
    display: flex;
	align-items: center;
    justify-content: center;
	}
	.cbr-row-1 {
    display: flex;
	align-items: center;
	margin-right:88px;
}
	.cbr-row-1 h3 {
    line-height: 46px;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2.98px;
    color: rgba(255, 255, 255, 0.8);
}
	.cbr-row-1 img {
    margin-right: 13px;
}
	.cbr-row-2 {
    margin-right: 134px;
}
	.cbr-row-2 h2 {
    width: 502px;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.87);
}
	.cbr-row-2 h2 strong {
	  font-weight: 800;
	   color: rgba(255, 255, 255, 1);
	}
	.cbr-row-3 a {
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #fff;
    padding: 15.81px 30px;
    border: 2.25px solid #ffffff;
    border-radius: 6px;
	display:inline-block;
}
	.cbr-row-3 a:hover{
		background-color: rgba(255, 255, 255, 0.22);
	}
	.cbr-row-3 a:focus {
		outline:0;
		background-color:#fff;
		color: #0180DE;
	}
	.cbr-row-2 h2.mobile-text{display:none;}
@media only screen and (max-width:1100px){
	.cbr-row-2 {
    margin-right: 10px;
}
	.cbr-row-1{
		margin-right:28px;
	}
	}
	@media only screen and (max-width:910px){
		.cbr-row{
			flex-direction:column;
		}
		.cbr-row-3-cta {
			padding-top:2rem;
		}
		.cbr-row-2 {
			text-align:center;
		}
	}
	@media only screen and (max-width:600px){
		.cbr-row-1 > div:not(:first-child) {
    		display: none;
		}
		.cbr-row-1{
			margin-right:0px;
			width: 30px;
		}
		.cbr-row-3 {display:none;}
		.cbr-row{
			flex-direction:row-reverse;
			width: fit-content;
			margin-left: auto;
			margin-right: auto;
		}
		.cbr-row-2 {text-align:left;}
		.cbr-row-2 h2{
			width:230px;
			font-size:14px;
			line-height:18px;
		}
		.cbr-row-2 h2 {
			display:none;
		}
		.cbr-row-2 h2.mobile-text {
			display:block;
		}
		.cbr-row-2 h2.mobile-text a{
			text-decoration:underline;
			color: #fff;
		}
		
	}
