 .columns-section {
	 position: relative;
	 top: -52px;
}
 @media only screen and (max-width: 767px) {
	 .columns-section {
		 position: relative;
		 top: 0px !important;
		 padding-bottom: 0px !important;
	}
}


.blue-buttons {
    position: relative;
    top: -40px;
}


 @media only screen and (max-width: 767px) {
    	 .blue-buttons {
        position: relative;
        top: 0px;
    }

}



.past-futureworks {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-size: 12px;
    padding-bottom: 20px;
}

 @media only screen and (max-width: 600px) {
     .past-futureworks {
         width: 90%;
    
    }
 }
 
 
 
     #ft-wrapper {
        position: relative;
        top: -20px;
    }
 
 
     @media only screen and (max-width: 600px) {
    #ft-wrapper {
        position: relative;
        top: -90px;
    }
}


.hr-div {
    
    position: relative;
    padding-top: 0px;
    padding-bottom: 10px;
    
}