.newsletter_module {
    text-align: center;
    position:relative;
    width:100%;
    height:200px;
    background: #f3f2f1;
    scroll-snap-align:start;
}

.newsletter_module h2 {
    color: #3d3935;
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    margin: 0;
    margin-bottom: 17px;
}

.newsletter_module p {
    color: #3d3935;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 21px;
}

.newsletter_module .oaklins-btn {
    margin: auto;
    min-width: 216px;
}

.fullpage_module .newsletter_module .content {
    max-width: 670px;
    margin: auto;
    opacity: 1;
}

@media screen and (max-width: 1336px) {

    .newsletter_module p {
        font-size: 14px;
        line-height: 17px;
    }

}

@media screen and (max-width: 1100px) {

    .newsletter_module {
        height: auto;
        padding: 24px;
    }

    .services-wrapper .newsletter_module .content {
        padding: 24px;
    }

}

@media screen and (max-width: 767px) {
    .services-wrapper .newsletter_module .content {
        padding: 15px;
    }
}