.subscribe-area {
    #background-image: linear-gradient(to top, var(--first-color) 0%, #F83887FF 100%);
    background-color: var(--first-color);
    padding: 20px 0px;
}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.subscribe-wrapper.subscribe2-wrapper.mb-15 {
    padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .subscribe2-wrapper .subscribe-form input {
        width: 100%;
        margin-bottom: 15px;
    }
    .subscribe2-wrapper .subscribe-form button {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe2-wrapper .subscribe-form input {
        width: 100%;
    }

    .subscribe2-wrapper .subscribe-form button {
        margin-top: 25px;
        width: 100%;
    }
}
