body{
     font-family: 'Poppins',  'Montserrat', sans-serif;
}



.clipped{
-webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
z-index:1;
}

.potomac-mobile{
     background-image:url('/imageserver/Reusable/vytex/mobile-potomac.png');
     background-size:cover;
}

.potomac{
     background-image:url('/imageserver/Reusable/vytex/potomac.jpg');
     background-size:cover;
}

.fortis-mobile{
     background-image:url('/imageserver/Reusable/vytex/mobile-fortis.png');
     background-size:cover;
}

.fortis{
     background-image:url('/imageserver/Reusable/vytex/fortis.jpg');
     background-size:cover;
}

.georgetown-mobile{
     background-image:url('/imageserver/Reusable/vytex/mobile-georgetown.png');
     background-size:cover;
}

.georgetown{
     background-image:url('/imageserver/Reusable/vytex/georgetown.jpg');
     background-size:cover;
}

.products{
     -webkit-clip-path: polygon(-1% 2%, 100% 13%, 100% 100%, 0% 100%);
clip-path: polygon(-1% 2%, 100% 13%, 100% 100%, 0% 100%);
     margin-top:-8.9%;

}

@media only screen and (max-width: 992px) {
  .products {
   margin-top:10%;  
   }
}

.hero {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	color: black;
}

.hero:after {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0));
	content: "";
}

.hero_text {}


.hero p {z-index:100;}