.newsletter-1 {
 border-radius: 5px;
 overflow: hidden;
 background: #f1f6fa;
}
.newsletter-1-header {
 background: var(--theme-color);
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1rem;
}
.newsletter-1-header img {
 width: 80px;
 height: auto;
 object-fit: contain;
}
.newsletter-1-body {
 padding: 1rem;
}
.newsletter-1-body h2 {
 display: flex;
 flex-direction: column;
 align-items: center;
 color: var(--theme-color);
 font-size: 18px;
 font-weight: 500;
 margin-bottom: 10px;
}
.newsletter-1-body h2 span {
 font-size: 30px;
 margin-top: -5px;
 font-weight: bolder;
}
.newsletter-1-body h3 {
 font-size: 18px !important;
 font-weight: 500 !important;
 text-align: center;
 line-height: 1.5;
 font-family: "Noto Sans Devanagari", sans-serif;
 color: var(--theme-color);
}
.newsletter-1-body .form__group {
 width: 100%;
}
.newsletter-1-body .form__group .form__input {
 margin-bottom: 1rem;
 width: 100%;
 height: 45px;
 background: white;
}
.newsletter-1-body .form__group .form__input input {
 width: 100%;
 height: 100%;
 border: 0;
 background: transparent;
 outline: none;
 padding: 0 15px;
}
.newsletter-1-body .form__group .form__button {
 display: flex;
 justify-content: center;
 width: 100%;
}
.newsletter-1-body .form__group .form__button .btn__send {
 background: var(--theme-color);
 border: 0;
 min-width: 10px;
 height: 45px;
 border-radius: 50px;
 padding: 0 20px;
 color: white;
 font-weight: 500;
 outline: none;
 cursor: pointer;
 transition: all 300ms ease-in-out;
}
.newsletter-1-body .form__group .form__button .btn__send:hover {
 opacity: 0.7;
}


.newsletter-1-body h3{
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.2;
}
.newsletter-1-body h2,
.newsletter-1-body .form__group .form__input input,
.newsletter-1-body .form__group .form__button .btn__send{
    font-family: var(--mukta-font) !important;
}
.newsletter-1-body h2 span{
    margin-top: 0;
}