body{
	font-family: 'Poppins', sans-serif;
}
h1.display-2.fonts-size {
    font-weight: 600;
}
.img-container {
	width: 100%;
}
@media (max-width: 767px) {
   h1.font-size { 
      font-size: 32px; 
   }
   .img-container {
		width: 100%;
		flex-direction: column;
	}
	.img-container img{
		width: 100px;
	}
	.img-container img{
		margin-bottom: 10px;
	}
}
