.h3, h3 {
  font-size: 15px;
}

/* This is the address display */
	
modazdirectory__results{
		font-size: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	/* This is the address display */
	
modazdirectory__result{
		display: flex;
		position: relative;
		width: 100%;
		margin-bottom: 12px;
		line-height: 1.5;
		color: #4c7397;
		background: #fafafa;
		padding: .65em;
		box-sizing: border-box;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	}