.custom-page-hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;border-radius:30px;background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:250px;padding-bottom:100px;margin:15px}
.custom-page-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.custom-page-hero-content{position:relative;z-index:2;max-width:1300px;margin:0 auto;color:#fff}
.hero-subtitle{display:inline-block;background:#00aeef;color:#fff;padding:3px 17px;border-radius:50px;font-size:12px;font-weight:600;text-transform:uppercase;margin-bottom:10px;letter-spacing:.56px}
.hero-title{color:#fff;font-size:60px;line-height:66px;font-weight:700;margin:0;letter-spacing:-.12px}
.hero-description{color:var(--e-global-color-addfe99);font-size:20px;font-weight:500;text-transform:capitalize;line-height:32px;margin-top:15px;max-width:100%;margin:auto;width:80%}
.hero-button{display:inline-flex;align-items:center;justify-content:center;background:#00AEEF;color:#fff;text-decoration:none;padding:0 30px;border-radius:4px;font-size:15px;height:50px;margin-top:15px;font-weight:600;transition:all .3s ease}
.hero-button:hover{transform:translateY(-2px);color:#fff!important}
@media(max-width:1024px){.hero-title{font-size:40px;line-height:50px;padding:0 20px}.hero-description{font-size:20px}.custom-page-hero{padding-top:100px;padding-bottom:100px}}
@media(max-width:767px){.custom-page-hero{border-radius:20px;padding:80px 20px}.hero-title{font-size:35px;line-height:45px;padding:0 15px}.hero-description{font-size:18px}.hero-subtitle{font-size:14px;padding:10px 20px}}