
div.banner-message {
    display: flex;
    padding: 20px;
    margin: 30px 5% 30px;
}
div.success-message {
    color: #00530A;
    border: 2px solid #00530A;
}
div.success-message img {
    content: url(/_resources/img/style-guide/text-icons/Banner-Success_Default-Desktop.png);
    height: 32px;
    width: 32px;
    margin-right: 15px;
}
div.success-message .h3 {
    color: #00530A;
    padding-bottom: 15px;
  	font-size: 26px;
    font-weight: 400;
    line-height: 26px;
}
div.banner-message strong {
    font-weight: 400;
}
div.success-message p {
     font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    color:#00530A;
  padding-bottom: 15px;
}
div.banner-message p:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 425px) {
  div.banner-message {
    padding: 10px;
    margin: 30px 10px 10px;
  }
  div.success-message img {
     margin-right: 5px;
  }
  div.success-message img {
    height: 25px;
    width: 25px;
  }
  div.success-message .h3 {
    padding-bottom: 5px;
  }
  div.banner-message p {
    padding-bottom: 5px;
  }
  div.banner-message p:last-of-type {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
   div.success-message .h3{
        font-size: 24px;
        line-height: 29px;
    }
     div.success-message .b1 {
        font-size: 20px;
        font-weight: 300;
        line-height: 22px;
    }
}

@media screen and (max-width: 700px) {
   div.success-message .h3 {
        font-size: 20px;
        line-height: 20px;
    }
 div.success-message .b1{
        font-size: 16px;
        line-height: 20px;
  }
}













