.subscribe-form-container{padding:0 5%;margin-top:3rem}.subscribe-form-container,.subscribe-form-sub-container{display:flex;justify-content:center;align-items:center;width:100%}.subscribe-form-sub-container{padding:.5rem;flex-direction:column;gap:25px}.subscribe-form-section{width:100%;display:flex;justify-content:left;align-items:left;color:#6f6d7c;font-size:20px;font-weight:700;line-height:24px}.subscribe-form-sub-section{width:100%;display:flex;justify-content:space-between}input::placeholder{color:#9f9f9f}textarea::placeholder{color:#9f9f9f}.subscribe-content-heading{display:flex;justify-content:left;align-items:left;color:#6f6d7c;font-size:14px;font-weight:500;line-height:23px}.subscribe-content-heading span{color:red}.subscribe-input-box input{width:100%;background-color:transparent!important}.subscribe-input-box>textarea{width:90%;height:45px;border-radius:8px;outline:0;border:1px solid #e2e2e5;padding-left:2%}.subscribe-input-box textarea{width:100%;background-color:transparent!important}.subscribe-input-box>input{width:100%;border-radius:8px;border:1px solid #e2e2e5}.subscribe-input-box>input,label{height:45px;outline:0;padding-left:2%}label{width:90%;border-radius:8px;color:#6f6d7c;background-color:#f3f3f4}.subscribe-button{width:100%}.subscribe-button,.subscribe-submit-button{display:flex;justify-content:center;align-items:center}.subscribe-submit-button{background-color:#f1935c;border-radius:15px;width:200px;height:45px;color:#fff}.subscribe-form-content{display:flex;flex-direction:column;gap:8px;width:48%}@media screen and (max-width:768px){.subscribe-form-sub-container{padding:1rem}.subscribe-form-sub-section{width:100%;gap:1rem;display:flex;flex-direction:column;justify-content:space-between}.subscribe-form-content{width:100%}.subscribe-submit-button{margin-top:3rem}}