@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src:url('../fonts/Helvetica.ttf') format('truetype'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@charset "utf-8";
/* CSS Document */

.ulrc400288 .text_sec{
	background-color:#fff;
	text-align:center;
	/*color:#000;*/
	display: flex;
    align-items: center;
	padding: 35px 0px;
	}
	
.ulrc400288 .img_sec{
	padding:0px;
	}
	
.ulrc400288 .btn{
	background: #0dabb6;
    border-radius: unset;
	color:#fff;
	font-family: 'Helvetica';
	}	
.ulrc400288 .btn:hover{
	background-color:#5bc9de;
	color:#fff;
	}	
.ulrc400288 .mortgage_icon{
    padding-bottom: 20px;
	width: 170px;
	}	
.ulrc400288 .head_line{
	font-family: open sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
	line-height: 1em;
	color:#2F2E2E;
	padding-bottom: 20px;
    padding-top: 20px;
	}
.ulrc400288 .sub_line{
	font-family: raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
	color:#605e5e;
	/* width: 390px; */
	}
.ulrc400288 .text-align{
	justify-items: center;
	}
.ulrc400288 .left_img{
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.ulrc400288 .img_swap{
	flex-direction: row-reverse;
	}	
