.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 80rem 0;
}

.article-wrapper {
    width: 1400rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ar-title {
    text-align: center;
    margin-bottom: 60rem;
}

.ar-title h5 {
    color: #111;
    font-size: 45rem;
    line-height: 1.3;
}

.ar-title h5 span {
    color: var(--main-color);
    letter-spacing: -2rem;
}



/*==================================================*/
@media (max-width: 1450px) {
    .article-wrapper {
        width: 90%;
    }
}


@media (max-width: 450px) {
    .ar-title h5 {
        font-size: 65rem;
    }
}