.section-header {
    margin-bottom: 50px;
    margin-left: 172px;
    position: relative;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #182C41;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #284C68;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6;
}

.section-line {
    width: 60px;
    height: 3px;
    background-color: #284C68;
    margin-top: 15px;
}
