.section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
}

.highlight {
    color: #A92229;
    font-weight: 600;
}

.intro-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.main {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.hero-t {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/home-bg.jpg') center center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    color: white;
    height: 300px;
    display: flex;
    align-items: center;
}

.hero-t h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: #fff;
}

.img-hero {
    width: 250px;
}