@charset "utf-8";

#trajectory .heading--primary {
    color: #cc2914;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

#trajectory .p_heading--lg.p_content_heading {
    padding-bottom: 10px;
    font-size: 18px;
}

/* .c_unkerlink_sec {
    margin: 30px 0;
}
.c_unkerlink {
    list-style: none;
}
.c_unkerlink_txt + .c_unkerlink_txt {
    margin-top: 12px;
}
.c_unkerlink_txt a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    transition: .2s;
}
.c_unkerlink_txt a:hover {
    color: #cc2914;
    text-decoration: none;
} */

@media (max-width: 599px) {
    #trajectory .heading--primary {
        font-size: 20px;
        line-height: 1.2;
    }
}