.recommend__wrap{position:relative}.recommend__bg,.recommend__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recommend__bg{border-radius:10px;overflow:hidden}.recommend__bg:before{content:'';width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(#73b129),to(#73b129));background:-o-linear-gradient(bottom,#73b129,#73b129);background:linear-gradient(0deg,#73b129,#73b129);top:0;left:0}.recommend__content{position:relative;z-index:2;padding:30px 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}.recommend__left-lbl{color:#979d9d;font-weight:500;margin-bottom:10px}.recommend__left-name{font-weight:700;font-size:20px}.recommend__right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.recommend__btn-white{background-color:#fff;color:#252525}.recommend__btn-white:hover{background-color:#fff}@media (max-width:1023px){.recommend__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:30px}}@media (max-width:767px){.recommend__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:350px}.recommend__right .btn{width:100%}}