
#good-news  {
    width: 600px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 10px;
  }

  #good-news p {
    font-size: 40px;
    color:white;
  }

  #good-news p.small-p {
    font-size: 30px;
    text-align: center;
    color:white;
  }

.header {
    padding-top: 20px;
}

.header .logo img {
 height: 120px !important;
  }

  .btn {
      margin-top:10px !important;
  }

  h3 {
    color: black;
    letter-spacing: 0;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
  }

  @media screen and (max-width: 767px) {
    header {
        height: 150px !important;
    }

    #good-news p {
        font-size: 20px;
        color:white;
      }
    
      #good-news p.small-p {
        font-size: 20px;
        text-align: center;
        color:white;
      }

      .header .logo img {
        height: 100px !important;
        }

  }