.iwc-mdl .mdl-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.iwc-mdl .mdl-row .panel-grid-cell-empty {
  width: calc(10% - (.9*30px));
}

.iwc-mdl .mdl-row .image-wrap {
  width: calc(20% - (.8*30px));
}

.iwc-mdl .mdl-row .content-wrap {
  width: calc(60% - (.4*30px));
}

.iwc-mdl .mdl-row.right {
  flex-direction: row-reverse;
}

.iwc-mdl .mdl-row .content-wrap .mdl-btn {
  clear: both;
  text-align: center;
  padding-top: 30px;
}

.iwc-mdl .mdl-row .content-wrap .mdl-btn a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 20px 60px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fefefe;
  outline: none;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  background-color: #adc32b;
  font-weight: bold;
  font-size: 15px;
  font-family: Dosis, sans-serif;
  border-radius: 999px;
}

.iwc-mdl .mdl-row .content-wrap .mdl-btn a:hover {
  background-color: #92a524;
  color: #fefefe;
}







@media (max-width: 780px) {
  .iwc-mdl .mdl-row,
  .iwc-mdl .mdl-row.right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iwc-mdl .mdl-row .panel-grid-cell-empty {
    display: none;
  }

  .iwc-mdl .mdl-row .image-wrap {
    margin-bottom: 30px;
    width: 100%;
  }

  .iwc-mdl .mdl-row .content-wrap {
    width: 100%;
  }
}