.hero-section{
	background: linear-gradient(135deg, #267a72 0%, #135a53 100%);
    color: white;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;

}