/* STYLE */
.navbar-light .navbar-nav .nav-link {
    color: #7C7C7C;
}
/* STYLE */

/* SESSION CONTENT HISTORY 1 */
section#session-content-history1 {
    padding: clamp(7rem, 4rem + 12vw, 14rem) 0 clamp(2rem, 1.5rem + 2vw, 3rem);
}

.box-title-session-content-history1 {
    max-width: 1100px;
}

@media (min-width: 992px) {
    .box-title-session-content-history1 {
        padding-left: 4.5rem;
    }
}

h1.session-content-history1 {
    color: #0083B0;
    font-size: 4rem;
    line-height: 1.05;
    margin-bottom: clamp(1.25rem, 1rem + 1vw, 2rem);
}

@media (min-width: 1366px) {
    h1.session-content-history1 {
        font-size: 6.25rem;
    }
}

.description-session-content-history1 {
    color: #02304A;
}

.description-session-content-history1 p {
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
    line-height: 1.7;
    margin-bottom: 0;
}

/* SESSION CONTENT HISTORY 1 */


/* SESSION CONTENT HISTORY 2 */
section#session-content-history2 {
    padding-bottom: clamp(2rem, 1.5rem + 2vw, 4rem);
    overflow: hidden;
}

.history-item {
    padding: clamp(1.5rem, 1rem + 2vw, 3rem) 0;
}

.history-item-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.history-item-content {
    padding: 0 0.75rem;
}

@media (min-width: 992px) {
    .history-item-content.order-lg-1 {
        padding-left: 4.5rem;
    }
}

@media (min-width: 992px) {
    .history-item-content.order-lg-2,
    .history-item-image.order-lg-2 {
        padding-left: 1.5rem;
    }

    .history-item-content.order-lg-1,
    .history-item-image.order-lg-1 {
        padding-right: 1.5rem;
    }
}

h3.history-item-title {
    color: #0083B0;
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

@media (min-width: 1366px) {
    h3.history-item-title {
        font-size: 3rem;
    }
}

.history-item-description p {
    color: #02304A;
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
    line-height: 1.7;
    margin-bottom: 0;
}

hr.history-divider {
    border: none;
    border-top: 1px solid #00141F;
    opacity: 0.12;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .history-item-content {
        margin-bottom: 1.5rem;
    }
}
/* SESSION CONTENT HISTORY 2 */

@media (max-width: 480px) {
    section#session-content-history1 .container,
    section#session-content-history2 .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
