#plans .banners img, #posts .banners img {
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-section {
    margin: 20px 0;
    padding: 40px 10px !important;
    background: #b1c901;
}
.newsletter-section h3 {
    color: #FFF;
}

.newsletter-section form {
    max-width: 670px;
    margin: 0px auto;
}

.newsletter-section input {
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 30px;
    background: #d8e861;
    width: 100%;
    margin-right: 30px;
    display: inline-block;
    border: none;
    margin-bottom: 10px;
}

.newsletter-section button {
    width: 100%;
}

.newsletter-section .btn-style-two {
    text-transform: uppercase;
    cursor: pointer;
}
.btn-style-two:hover {
    color: #ffffff;
    background: #d8e861;
    border-color: #d8e861;
}
.btn-style-two {
    font-size: 15px;
    font-weight: 700;
    color: #b1c901;
    line-height: 26px;
    background: white;
    padding: 16px 40px;
    border-radius: 3px;
    display: inline-block;
    background: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    font-family: 'Poppins', sans-serif;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}