#landing-page .cta-tile{
	max-width:509px;
	margin-bottom:30px;
}

#landing-page .cta-body{
	padding:25px 20px;
	background-color:#F0F5F9;
	min-height:280px;
	display:flex;
	flex-direction: column;
}

#landing-page .cta-title{
	text-align:left;
	font-size:23px;
	margin-bottom:10px;
}

#landing-page .cta-img{
	min-height:227px;
	background-position: center center;
	border-radius: 10px 10px 0px 0px;
}

#landing-page .cta-description{
	font-size: 15px;
	font-family:'Gotham-Book';
	min-height:115px;
	color:#415a69 !important;
}

#landing-page .cta-button-wrap{
	text-align: right;
	margin-bottom: 10px;
	margin-top:auto;
}

#donate-landing-wrapper .landing-donate-button{
	margin: 3rem auto 4rem;
}

#donate-landing-wrapper .landing-donate-button a{
	color: #fff!important;
	padding: 13px 2.5rem;
    border: 2px solid #F06E90;
    border-radius: 3px;
	background: #F06E90;
	font-weight: 600;
	font-size: 18px;
}

#donate-landing-wrapper i.fas.fa-angle-right {
    padding-left: 1rem;
}

#donate-landing-wrapper .fa-angle-right:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#landing-page{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top:20px;
}

@media screen and (max-width:1300px){
	#landing-page{
		justify-content: space-evenly;
	}
}

@media screen and (max-width:812px){
	#landing-page{
		justify-content: space-evenly;
	}
}


@media screen and (max-width:767px){
	#landing-page{
		margin-top:86px;
	}

	#landing-page .cta-tile{
		max-width:385px;
	}
}

@media screen and (max-width:633px){
	#landing-page{
		justify-content: center;
	}
}
