tr {
  border-bottom: initial;
  vertical-align: top;
}

.cs-top-a {
  margin: 1em 0;
  color: #e20022;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.cs-top-b {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

td {
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
}

.htmlModuleWrap {
  padding: 0;
}

.cs-red-banner {
  background: #e20022;
  color: #fff;
  width: 100%;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 1em;
}

.cs-bottom {
  padding: 1em;
  background: #E5E5E5;
}

.mod-page-wrap {
  padding: 5em 0 0 0;
}

.cs-mobile { 
  display: none; 
}

@media screen and (max-width:1000px) {
	.cs-desktop { 
		display: none; 
	}
	.cs-mobile { 
		display: flex; 
		flex-direction: column;
		margin: 1em 0;
	}
	
	.cs-mobile img {
		width: 60%;
		margin: 1em 0;
		align-self: center;
	}
	
	.cs-top-a {
		padding: 0 24px;
	}
	
	.cs-top-b {
		padding: 0 24px;
	}
}
