.logoCompuelectronics{
  height: 60px;
}

.newsletter_wrapper {
    background: url(../images/image1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.fun_fact_wrapper {
    position: relative;
    background: url(../images/image2.jpeg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.fun_facts h3 {
    margin-bottom: 40px;
    padding: 0;
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 300;
}

.fun_facts p {
    margin-bottom: 60px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    font-weight: 200;
}

span.nospam {
    display: block;
    padding-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    color: #fff;
}
.payULogo{
    width: 100%;
    display: flex;
    justify-content: center;
}