@charset "UTF-8";

.m-intro .image {
    text-align: center;
}

.m-intro .image img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {

    .m-intro-about {
        font-size: 12px;
    }

    .lead {
        font-size: 18px;
    }

    .m-product-title {
        font-size: 24px;
    }

}