/* Recruitment Support System - Base Styles */

.rss-section {
    padding: 92px 0 80px 0;
    background-color: #fff;
}

.rss-section .la-contener {
    width: 1300px;
    margin: 0 auto;
}

.rss-section .title {
    margin-bottom: 60px;
    text-align: center;
}

.rss-section .title h4 {
    font-size: 40px;
    font-weight: 700;
    color: #1A7BA5;
    line-height: 1.5;
    letter-spacing: 4.2pt;
}

