.stiic-hero {
    background: #10345a;
    padding: 46px 30px;
    text-align: center;
    color: #ffffff;
}

.stiic-tagline {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: #ff8a1f;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.stiic-hero h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}

.stiic-hero p {
    max-width: 700px;
    margin: 0 auto 20px;
    color: #ffffff;
    line-height: 1.5;
}

.stiic-buttons {
    margin-top: 20px;
}

.stiic-buttons a {
    display: inline-block;
    padding: 12px 24px;
    margin: 5px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.stiic-buttons a:first-child {
    background: #ff8a1f;
    color: #ffffff;
}

.stiic-buttons a:last-child {
    background: transparent;
    color: #ffffff;
    border: 1px solid #8aa0b8;
}