@charset "UTF-8";

.m-intro .image img {
    max-width: 100%;
    height: auto;
}

.m-title-bottom-line {
    left: 12px;
    top: 50px;
    width: 65px;
    height: 0px;
    border-bottom: 2px solid #007BFF;
}

@media only screen and (max-width: 768px) {

    .m-about-us-title {
        font-size: 24px;
    }

    .m-title-bottom-line {
        left: 12px;
        top: 32px;
        width: 50px;
        height: 0px;
        border-bottom: 2px solid #007BFF;
    }

    .m-title-bottom-mb {
        margin-bottom: 25px;
    }

    .lead {
        font-size: 18px;
    }

}