@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	p {
		font-size: 1.4em;

		//	Tablet
	    .minWidth(768px, {
	    	font-size: 1.6em;
	    });

	    //	Desktop
	    .minWidth(1280px, {
	    	font-size: 1.8em;
	    });
	}
*/
.c-adspace__item__heading {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 500;
  font-size: 2.4rem;
}
.c-adspace__item {
  text-decoration: none;
  color: #252424;
}
.c-adspace__item__image img {
  width: auto;
  display: block;
  max-width: 100%;
}
