.custom-hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:flex-start;padding-left:8%;position:relative;width:100%}.hero-scroll-btn{align-items:center;background-color:#fff;border:1.5px solid #000;color:#000;display:inline-flex;font-size:16px;font-weight:700;padding:12px 30px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.hero-scroll-btn:hover{background-color:#f2f2f2;transform:translateX(5px)}.hero-scroll-btn .arrow{font-size:20px;margin-left:15px}html{scroll-behavior:smooth}@media (max-width:1024px){.custom-hero-section{background-position:100%;justify-content:center;padding-left:0}.button-container{display:flex;justify-content:center;width:100%}}@media (max-width:767px){.custom-hero-section{background-position:right 10% center;height:70vh}.hero-scroll-btn{font-size:14px;padding:10px 20px}}