.header.fixed-70vh{
    height: 70vh;
    margin-bottom: 50px;
}

.about-page{
	background: url('../img/about/philippines-map-wo-pointer.svg');
	background-position: center -60px;
	background-repeat: no-repeat;
    padding-bottom: 100px;
    position: relative;
}

#who-we-are{
	margin-bottom: 100px;
}

/*#what-we-do{
	padding-bottom: 200px;
}*/

#what-we-do .hero-text{
	padding-top: 0px;
}

#why-we-do-it{
	margin: 100px 0;
}


#who-we-are .hide-me-in-md,
#why-we-do-it .why-we-do-it-desc{
	display: none;
}

#join-our-team .hero-text{
    padding-top: 0px;
}


@media only screen and (max-width: 575px) {
    #who-we-are .hero-text,
    #what-we-do .hero-text,
    #join-our-team .hero-text,
	#why-we-do-it .why-we-do-it-desc{
        display: block;
        padding-top: 30px;
    }

    #who-we-are .hide-me-in-xs,
	#why-we-do-it .hide-me-in-xs{
	        display: none;
    }

    #what-we-do .hero-img img,
    #why-we-do-it  .hero-img,
    #join-our-team .hero-img{
    	margin-left: 0;
    	margin-top: 20px !important;
    	margin-bottom: 20px;
    }


    #join-our-team .hero-img img{
    	margin-left: 0;
    	margin-top: 20px !important;
    }

    #who-we-are img{
        width: 75%;
    }
}