.widget-hero {
  display: flex;
  margin: 0 auto;
  max-width: 990px;
  padding: 0 40px; }
  .widget-hero .cta-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%; }
    .widget-hero .cta-box h1 {
      color: #fff;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 10px; }
    .widget-hero .cta-box p {
      color: #fff;
      font-size: 17px;
      line-height: 27px;
      margin-bottom: 10px; }
    .widget-hero .cta-box .btn {
      background: #fff;
      border-radius: 3px;
      display: block;
      font-family: "GrubhubSans-bold", Arial, Helvetica, sans-serif !important;
      font-size: 16px;
      margin-bottom: 15px;
      padding: 10px 30px;
      text-align: center;
      transition: all 0.3s;
      width: 208px; }
      .widget-hero .cta-box .btn.btn-primary {
        color: #1686C3; }
  .widget-hero .image {
    max-width: 50%;
    min-width: 50%;
    padding: 40px 20px 0 20px; }
    .widget-hero .image img {
      display: block;
      margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
