.half-half-image-text {
  padding: 70px 0px;
}
.half-half-image-text h1 {
  color: #800000;
}
.half-half-image-text .content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 35px 0px;
}
.half-half-image-text .content p {
  font-size: 22px;
}
.half-half-image-text .img {
  /*min-height: 320px;*/
  height: 100%;
  border-radius: 10px;
}

@media all and (min-width: 480px) {
    .desktop-view {display:inline-flex;}
    .mobile-view {display:none;}
}

@media all and (max-width: 479px) {
    .desktop-view {display:none;}
    .mobile-view {display:inline-flex;}
}