.subscribe-form {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.1);
    padding:10px 30px 20px 30px;
}
.subscribe-form form{
    position: relative;
}
.subscribe-form-title{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #232323;

}
.subscribe-form p {
    color: #848484;

}
.subscribe-form svg{
     float: right;

 }

.input_subscribe{


    padding: 14px 20px 14px 20px;

    border-radius: 60px;
    width:100%;


}
.subscr_form_button{
    width: 50px;
    height: 50px;
    border:none;
    background: transparent;
    position: absolute;
    right: 3px;
  bottom:4px;
    color:transparent;
}