.review_main{
    max-width: 760px;
    margin: 0 auto;
    margin-bottom:30px;
    margin-top:30px;
}
.bottom-main-form-wrap{
    padding: 40px;
}
.bottom-main-form-wrap .bottom-main-form{
        width: 70%;
    margin: 0 auto;
    border: 3px solid #e8e8e8ad;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bottom-main-form-wrap .bottom-main-form button[type="submit"]{
    background: #e83980;
    color: #fff;
    padding: 10px 26px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
        border: none;
}
.bottom-main-form-wrap .bottom-main-form input{
  margin-bottom: 10px;
  border: 2px solid #e8e8e8ad;
    padding: 10px;
}
.theme-more{
   text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 5px 12px;
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;
    display: block; 
   font-size: 20px;
    background: #e83980;
        margin-bottom: 30px;
}
.theme-more:hover{
  color: white;  
}