{% require_css %}
.section-wrapper{
  width: 50%;
  min-height: 200px;
  border-radius: 10px;
  padding: 2rem 0;
}

.slide img {
  max-width:100%;
}
.img-content__content{
  width: 50%;
  /*max-width: 350px;*/
}
.img-content__content .img-content__padding{
  padding: 1rem 6rem;
  } 
.img-content__content h4 {
  /*font-family: Futura;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;*/
  color: #012c59;
  margin-bottom: 5px;
}

.img-content__content a.cta_button {
    border-radius: 20px;
    border: solid 2px #45b449;
    background-color: #fff;
    font-family: Futura;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.83;
    letter-spacing: 1.13px;
    text-align: center;
    color: #002d59;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 3px 45px;
}
.img-content__content a.cta_button:hover {
  background:#45b449;
  color:#fff;
}
.alignment--right{
  order: 1;
}

.alignment--left{
  order: -1;
}

@media(max-width: 950px){
  .img-content__content{
    width: 100%;
  }
  .section-wrapper{
    width: 100%;
  }
  .alignment--left{
    order: 1 !important;
}
  .img-content__content .img-content__padding{
    padding: 1rem 0rem;
  }
  
.slide img {
  width:100%;
}
{% end_require_css %}