.lite {
    display: inline-block;
    padding-right: 1.25em;
    background-image: url("https://cdn.medicalguardian.com/_site/img/products/mgmini-lite/lite.svg");
    background-repeat: no-repeat;
    background-size: auto 97%;
    background-position: right 0.07em;
    line-height: 1;
    text-indent: -500px;
    overflow: hidden;
}

.mg-feature-callout,
.mg-feature-callout p {
    color: #58595B;
    font-size: 16px;
    line-height: 1.5;
}
.mg-feature-callout h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #35265F;
    margin: 16px 0 4px;
    margin-top: 8px;
    line-height: 1.375;
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checklist li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 4px;
    list-style: none;
    line-height: 1.65;
}
.checklist-outline li:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%2335265f'%3E%3Cpath d='M13.27 7.35a.73.73 0 00-.53.22L9 11.31 7.03 9.33a.8.8 0 00-.53-.22.76.76 0 00-.75.75c0 .21.08.39.22.53l2.5 2.5c.14.14.32.22.53.22s.39-.08.53-.22l4.27-4.27a.73.73 0 00.22-.53c0-.4-.34-.74-.75-.74z'/%3E%3Cpath d='M10 2a8 8 0 100 16 8 8 0 000-16zm0 14.5a6.5 6.5 0 110-13 6.5 6.5 0 010 13z'/%3E%3C/g%3E%3C/svg%3E");
}


.flip-container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flip-item {
  width: 100%;
}

.flip-container p {
    color: #58595B;
    font-size: 16px;
    line-height: 1.5;
}
.flip-container h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #35265F;
    margin: 16px 0 4px;
    margin-top: 8px;
    line-height: 1.375;
}

@media screen and (max-width: 640px) {
  .flip-container {
    flex-flow: row;
  }
  .flip-container .flip-item:first-child {
    order: 2;
  }
}