.intro-block {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.125;

    @include breakpoint(lg) {
        line-height: 1.25;
    }

    .intro-text {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .img-wrap {
        margin-right: 14px;
        @include breakpoint(lg) {
            margin-right: 10px;
        }
    }

    img {
        // vertical-align: bottom;
    }

    p {
        text-align: left;
        &:last-child {
            margin-bottom: 0;
        }
    }
}
