.banner-service{margin-top:30px}.banner-service__row{display:flex;gap:70px;justify-content:space-between}.banner-service__desc{max-width:810px;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:30px}.banner-service__text p{font-size:16px;color:#4d4d4d}.banner-service__text p:last-child{margin-bottom:0}.banner__row-text{display:flex;flex-wrap:nowrap;gap:30px;margin-bottom:25px;white-space:nowrap;overflow-x:auto}.banner__row-text p{margin:0;font-size:18px;font-weight:500;line-height:38px}.banner-service__bottom{display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 20px 0 rgba(0,0,0,.04);background:#fff;border-radius:8px;box-sizing:border-box;padding:6px 6px 6px 30px;max-width:645px;width:100%;position:relative}.banner-service__bottom:before{content:'';box-shadow:0 2px 20px 0 rgba(0,0,0,.04);background:#ffd80b;border-radius:8px;width:60px;height:60px;position:absolute;left:-15px;top:-15px;z-index:-1}.banner-service__price{font-weight:600;font-size:20px;color:#000}.banner-service__price span{font-size:32px}.banner-service__img{max-width:530px;width:100%;height:530px;border-radius:15px;box-sizing:border-box;display:flex;justify-content:center;margin-top:50px}@media (max-width:1024px){.banner-service__row{flex-direction:column;align-items:center;gap:30px}.banner-service__desc{max-width:100%}.banner-service__img{display:none}.banner-service__bottom{max-width:100%}}@media (max-width:480px){.banner-service__bottom{flex-direction:column;align-items:center;padding:10px 15px;max-width:100%;width:100%}.banner-service{margin-top:0}}