.cleverpush-email-topics .cleverpush-email-topic {
    -ms-flex-align: center !important;
    -webkit-box-align: start !important;
    align-items: start !important;
} 
  h1 {
  padding-left: 12px !important;
  } 
.cleverpush-opt-form-seprator {
    padding-bottom: 40px;
  }
#cleverpush-email-field-4 {
  margin-top: 55px;
  float: left;
  }  
  
.cleverpush-email-topics .cleverpush-email-topic-select-checkbox {
    padding-top: 10px;
}
  @media (max-width: 991px) {
  .cleverpush-email-topic {
  display: block !important;
  }
  .cleverpush-email-topics .cleverpush-email-topic .cleverpush-email-topic-image {
    margin-left: 0px !important;
    padding-top: 15px;
}
   .cleverpush-email-topic-name {
    padding-top: 25px !important;
}
}
  @media (min-width: 991px) {
#cleverpush-email-field-1{
    width: 33%;
    float: left;
    margin-right: 10px;
}
#cleverpush-email-field-2{
    width: 33%;
    float: left;
    margin-right: 10px;
}
#cleverpush-email-field-3{
    width: 67%;
    float: left;
    margin-right: 10px;
}
#cleverpush-editoptin-3{
	width: 67%;
}
}

  @media (max-width: 991px) {
.cleverpush-email-topic {
    display: flex !important;
    flex-flow: column !important;
}
.cleverpush-email-topic-select-checkbox {
  order: 2;
}
.cleverpush-topic-details {
  order: 3;
}
.cleverpush-email-topic-image {
  order: 1;
}
 }    
  