#subscribe-section {
    background: #002239;
    padding-bottom: 3rem;
}

.subscribe-title {
    text-align: center;
    margin: 2rem 0rem 1rem 0rem;
}

    .subscribe-title p {
        font-size: 1.5rem;
    }

.subscribe-form label {
    color: white;
    font-size: 0.8rem;
}

.btn-green {
    background: #6A9C08;
    color: white;
    width: 100%;
    border-radius: 3px;
}

    .btn-green:hover {
        color: #002239 !important;
    }

.container-button-subscribe {
    padding: 0rem 1.5rem 0rem 0rem;
}

@media (max-width: 481px) {
    .subscribe-form {
        padding-left: 2rem;
    }

    .btn-green {
        font-size: 0.7rem;
        height: 2.3rem !important;
        width: 100% !important
    }
}

@media (min-width: 482px) and (max-width: 980px) {
}

@media (min-width:961px) {
}
