	  .source-sans-3-text {
	  font-family: "Source Sans 3", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	}
	.font-30{
			font-size: 30px
	}
	.font-20{
			font-size: 20px
	}
    .vh-100 {
      height: 100vh !important;
	  max-height: 100%;
	  margin: 0
    }
	.blue{
		color: #2B8381;

		padding: 0 5px;
	}
	.red{
		color: #e4101e
	}
	.ma-0{
		margin: 0
	}
	.ml-15{
		margin-left: 15px
	}
	
	@media (max-width: 768px) { 
		.vh-100{
			justify-content: flex-end;
			width: 100%;
			flex-flow: column-reverse;
		}
		
	}
	.max-100 {
		max-height: 100%
	}
    svg {

      height: 80%;
    }