.line-image {
    margin-top: 0;
    padding-top: 100px;
    margin-bottom: 140px
}

@media (min-width: 1200px) {
    .line-image {
        padding-top: 200px;
        margin-bottom: 200px
    }
}

.line-image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.line-image__content {
    width: 100%;
    max-width: 726px
}

.line-image__content svg {
    width: 100%;
    height: 100%
}

.line-image__content svg path {
    -webkit-transition: stroke-dashoffset 1s;
    transition: stroke-dashoffset 1s
}

.line-image__content svg.is-active path {
    -webkit-transition: stroke-dashoffset 7s;
    transition: stroke-dashoffset 7s;
    stroke-dashoffset: 0 !important
}
