/* ************************ */
/*							*/
/*	HELOC landing page		*/
/*							*/
/* ************************ */

:root{
	--color-dark-blue:#426da9;
	--color-purple:#95268f;
	
}
.color-dark-blue{color:var(--color-dark-blue);}
.color-purple{color:var(--color-purple);}

.btn.rounded{border-radius:3.12rem;}
.btn-default{border-color:var(--color-dark-blue); background: var(--color-dark-blue);}

.heloc-masthead:before{display: none;}
.heloc-masthead img{width:100%; max-width: 100%;}

.heloc-features{display: flex; flex-direction: column; gap:1.25rem;}
.heloc-features .item{display: flex; align-items: center; gap:3rem;}
.heloc-features .image{width:30%; flex:none;}
.heloc-features .image img{width:100%; max-width: 100%; border-radius:1.25rem;}

.heloc-locations{display:flex; align-items: flex-end; flex-wrap:wrap; gap:3.75rem 1.25rem; justify-content: space-evenly;}
.heloc-locations .item{text-align: center; width:30%;}
.heloc-locations .item address{font-weight: 700; margin-bottom:0.5rem;}



@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	.heloc-features .item{gap:1.5rem;}
	
	.heloc-locations .item{width:45%;}
}

@media (max-width: 479px) {
	.heloc-features{gap:3.75rem;}
	.heloc-features .item{gap:1.25rem; flex-direction: column;}
	.heloc-features .image{width:100%;}
	
	.heloc-locations .item{width:100%;}

}

@media (max-width: 320px) {
	
}
