.mjm-5050-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mjm-5050-content__image,
.mjm-5050-content__text {
  width: 50%;
  min-height: 410px;
}

.mjm-5050-content__image {
  position: relative;
  overflow: hidden;
}

.mjm-5050-content__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mjm-5050-content__text {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
}

.bg-white .mjm-5050-content__text {
  background-color: #fff;
}

.mjm-5050-content__text-inner {
  /*padding: 40px;*/
  padding: 40px 0px 40px 40px;
  /*width: 550px;*/
  width: 600px;
  max-width: 100%;
}

.mjm-5050-content__title {
  margin: 0 0 20px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 48px !important;
  color: #0079c1;
}

.title-black .mjm-5050-content__title{
  color: #000;
}

.mjm-5050-content__copy {
  margin-bottom: 20px;
  color: #000;
  font-family: "Lato", sans-serif;
}

.mjm-5050-content__copy ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.mjm-5050-content__copy a {
  text-decoration: underline;
}

.mjm-5050-content__button {
  display: inline-block;
  background: linear-gradient(to bottom, #0087cc, #005ca3);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 13px 30px;
  text-decoration: none;
}

.mjm-5050-content__button:hover {
  background: #fff;
  color: #0079c1;
}

/* Image First Layout (default) */
.mjm-5050--image-first .mjm-5050-content__image {
  order: 1;
}

.mjm-5050--image-first .mjm-5050-content__text {
  order: 2;
}

/* Text First Layout */
.mjm-5050--text-first .mjm-5050-content__image {
  order: 2;
}

.mjm-5050--text-first .mjm-5050-content__text {
  order: 1;
}

.mjm-5050--text-first .mjm-5050-content__text .mjm-5050-content__text-inner {
  margin-left: auto;
  margin-right: 0;
  padding: 40px 40px 40px 0px;
}

/* Responsive */
@media (max-width: 768px) {
  .mjm-5050-content__image,
  .mjm-5050-content__text {
    width: 100%;
    min-height: auto;
  }

  .mjm-5050-content__image {
    min-height: 300px;
  }

  .mjm-5050--image-first .mjm-5050-content__image,
  .mjm-5050--text-first .mjm-5050-content__image {
    order: 1;
  }

  .mjm-5050--image-first .mjm-5050-content__text,
  .mjm-5050--text-first .mjm-5050-content__text {
    order: 2;
  }
}
