/* gray #CBCCCB */
/* #1a1a1a ##1a1a1a */
/* purple #9D9BC3 */

@media screen and (min-width : 0px){

  body {
    background-color: #9D9BC3;
    padding-bottom: 0;
  }

  .acudText {
	padding-bottom: 60px;
  }
  .acudText h1 {
	margin-bottom: -8px;
	padding: 0 10px;
	line-height: 1.4em;
  }
  .acudText h2 {
	font-size: 28px;
	padding: 0 10px 20px 10px;
	color: #CBCCCB;
	text-transform: uppercase;
  }
  .acudText article + h2 {
	margin-top: 50px;
  }
  .acudText p {
	font-size: 22px;
	line-height: 1.4em;
	padding: 0 10px;
  }
  .acudText figure {
	margin: 0;
	display: block;
  }
  .acudText img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
  }

  .acudText article {
	padding-bottom: 40px;
  }
  .acudText article h1 {
	font-size: 22px;
	line-height: 1.4em;
	margin: 15px 0 0 0;
	padding: 0 10px;
  }
  .acudText article h1 a {
	color: #1a1a1a;
  }
  .acudText article p {
	margin: 5px 0 0 0;
	padding: 0 10px;
  }

  .filler {
	display: none;
  }
}
@media (min-width: 800px) {
  .acudText {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
  }
  .acudText h1,
  .acudText p,
  .acudText h2 {
	width: 100%;
  }
  .acudText article {
	width: 50%;
	text-align: center;
	background: #9D9BC3;
	color: #1a1a1a;
	border: none;
  }
  .acudText article h1,
  .acudText article p {
	width: auto;
  }
  .acudText article h1 a {
	color: #1a1a1a;
  }
  .acudText article figure {
	background: #1a1a1a;
	height: 400px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #9D9BC3;
	background-size: cover;
  }
  .acudText article + h2 {
	padding-top: 0;
	clear: both;
	width: 100%;
  }
  .acudText article img {
	max-height: 100%;
	width: auto;
  }
  .acudText article h1,
  .acudText article p {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
  }

  .filler {
	display: block;
  }


}









