
/** page-title **/

.page-title{
	position: relative;
	padding: 140px 0px 140px 0px;
}

.page-title .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title .bg-layer:before{
	position: absolute;
	content: '';
	background-color: rgb(0, 7, 33);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.65;
}
.page-title .content-box{
    position: relative;
    z-index: 2;
}

.page-title h1{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	color: white;
	font-weight: 700;
	margin-bottom: 22px;
	border-bottom:4px solid rgb(230, 191, 100);
}
.page-title p{
	color: white;
}
.home-loan-content {
    padding: 80px 0;
background-color: #000721;
}

.home-loan-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
	color: rgb(230, 191, 100);
	border-bottom: 2px solid rgb(230, 191, 100);
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.home-loan-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color:white;
}

/* Responsive */
@media (max-width: 768px) {
    .home-loan-content h2 { font-size: 28px; }
    .home-loan-content p { font-size: 15px; }
}
@media (max-width: 576px) {
    .home-loan-content h2 { font-size: 24px; }
    .home-loan-content p { font-size: 14px; }
}
























