.agency-hero-banner {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
.hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.hero-title {
    font-size: 42px;
    margin-bottom: 15px;
}
.hero-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}
.hero-cta {
    display: inline-block;
    background-color: #ff5722;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}