.custom-with-content-image {
    background-position: center;
    background-size: cover;
    height: 500px;
    clip-path: polygon(100% 0%, 50% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(100% 0%, 80% 100%, 0% 100%, 0% 0%);
    width: 100%;
}

.custom-with-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-with-content-content {
  width: 50%;
  margin: 0 4em;
  margin-right: 15%;
}

.custom-with-content.right .custom-with-content-image {
  order: 2;
}

.custom-with-content.right .custom-with-content-content {
  margin-left: 10em;
  margin-right: 2em;
}

.col-subhead {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #B2B2B2;
}

.col-heading {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: .5em;
}

.col-content {
  line-height: 1.5em;
  font-weight: 300;
}

.links {
    display: flex;
    align-items: center;
    padding: .5em 0;
    margin-top: 1em;
}

.links-link {
    margin: 0 1em 0 0;
    color: #00CDFF;
}

.description {
    font-weight: 300;
}

body.dis-phone .custom-with-content {
  flex-direction: column;
}

body.dis-phone .custom-with-content-content {
  margin: 4em 0 !important;
  padding: 0 2em !important;
  width: 100%;
}

body.dis-phone .custom-with-content.right .custom-with-content-image{
  order: 1;
}

body.dis-phone .custom-with-content.right .custom-with-content-content{
  order: 2;
}

body.dis-phone .links {
    flex-direction: column;
    align-items: flex-start;
}

body.dis-phone .links-link {
    margin: 1em 1em 0 0;
}

body.dis-phone .description {
    padding: 0 20px;
}

body.dis-phone .col-minisubhead {
    padding: 0 20px;
}

body.dis-phone .col-title {
    padding: 0 20px;
}