.section-header {
    font-size: 3em;
    font-weight: 700;
    line-height: 44px;
    padding-left: 15px;
    color: var(--prussian-blue);
}

.sub-title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 24px;
    color: #464646;
    line-height: 24px;
}

.bottom-line {
    background-color: var(--light-coral);
    height: 6px;
    border-radius: 2px;
    margin-bottom: 24px;
    width: 60px;
}

.container {
    width: 100%;
}

@media (max-width: 600px) {
    .section-header {
        font-size: 3em;
        line-height: 1;
        padding-left: 15px;

    }

    .bottom-line {
        padding-left: 8px;
    }
}