﻿.articleweb-box {
    color: #ffffff;
}



.articleweb-section:last-child {
    margin-bottom: 0;
}

.articleweb-section h2 {
    margin: 0 0 24px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 1px;
}

.articleweb-section p {
    margin: 0 0 22px 0;
    color: rgba(255, 255, 255, .95);
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .5px;
}

.articleweb-section p:last-child {
    margin-bottom: 0;
}

/* mobile */
@media screen and (max-width: 768px) {


    .articleweb-section h2 {
        margin-bottom: 16px;
        font-size: 1.6rem;
        line-height: 1.35;
    }

    .articleweb-section p {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.65;
        letter-spacing: .2px;
    }
}