  body.widget-snippet{
    padding: 40px;
  }
  .widget-snippet .health {
    background: #399ac8 none repeat scroll 0 0;
  }
  .footer-contact {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .health .contact-h {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .health .contact-p {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-button {
    text-align: right;
    display: block;
  }
  .contact-button p {
      padding-top: 20px;
  }
  .footer-contact p {
      color: #ffffff;
  }
  .footer-contact a {
    background: #111111 none repeat scroll 0 0;
    border-radius: 26px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 40px;
    text-transform: uppercase;
    display: inline-block;
  }
  .contact-button a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #222222;
    text-decoration: none;
  }

  @media (max-width:991px) {
    .footer-contact {
      padding-bottom: 40px;
      padding-top: 40px;
    }
    .contact-button {
      margin-top: 20px;
      text-align: left;
    }
    .health .contact-h {
      font-size: 32px;
    }
    .health .contact-p {
      font-size: 15px;
      margin: 10px 0;
    }
    .footer-contact a {
      font-size: 16px;
    }
  }
  @media (max-width:767px) {
    .footer-contact {
      padding-bottom: 30px;
      padding-top: 30px;
    }
    .health .contact-h {
      font-size: 28px;
    }
  }
