/* @group Overview
------------------------------------ */
.overview {
    padding: 3.8rem 0 10rem;
    position: relative;
}
.overview .row {
    max-width: 96.9rem;
}
.overview h2 {
    letter-spacing: 0.03em;
    font-family: var(--alegreya);
    font-size: 3em;
    line-height: 1.16em;
    margin-bottom: .5rem;
}
.overview h2::before {
    content: "";
    background-image: url('../../img/layout/our-history/shape-top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 6rem;
    height: 1.5rem;
    margin-bottom: 1rem;
}
.overview h2 span {
    font-family: var(--aaux);
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.25em;
}
.overview p {
    color: var(--black);
    font-size: 1.8em;
    line-height: 1.55em;
}

@media only screen
and (min-width : 961px) {
    .overview {
        padding: 22.4rem 0 17.4rem;
    }
    .overview h2::before {
        width: 9.6rem;
        height: 2.4rem;
        margin-bottom: 2rem;
    }
    .overview h2 {
        font-size: 6.4em;
        line-height: 1em;
        margin-bottom: 4rem;
    }
    .overview h2 span {
        font-size: 4.8rem;
        line-height: 1.08em;
    }
    .overview p {
        font-size: 3em;
        line-height: 1.46em;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */


/* Animations */

.overview h2,
.overview p { opacity: 0; } 

.overview.animateActive h2, 
.overview.animateActive p { animation: fade .9s forwards; }

.overview.animateActive h2 {animation-delay:.3s;} 
.overview.animateActive p {animation-delay:.6s;} 
