.missions-desc-block {
    min-height: 0;
	padding-bottom: 0;
}

.missions-block { width: 50%; display: block; box-sizing: border-box; padding: 0px 32px;  }
        
.missions-block-left { float: left; }
        
.missions-block-right { float: right; }

.missions-bullet { padding-left: 0; margin-top: 0; }

.missions-row { padding-bottom: 40px; border-bottom: 1px solid #dbdbdb; }
		
.missions-social-button { width: 40px; height: 40px; display: inline-block; margin-right: 5px; }		
		
.get-involved-space { height: 50px; }

.missions-video-button { background-image: url(https://churchunlimited.online/images/site_uploads/missions-play-button.png); position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: center; background-repeat: no-repeat; background-size: 20%; }

.missions-link { font-weight: 700; color: #2d2d2d; text-decoration: underline; }
		
@media screen and (max-width: 900px) {

	.landing-tag { display: none; }
        
	.missions-block { width: 100%; margin-bottom: 10px; }
        
    .missions-block-left { float: none; }
            
    .missions-block-right { float: none; }

	.missions-row { border: 0; }
	
	.get-involved-space { height: 0px; }

}


@media screen and (max-width: 689px) {

	.missions-desc-block { padding-bottom: 50px; }

}
		
		
		
	
	