@charset "utf-8";

/* CSS Document */

h2.mlt-title {
    font-family: "CenturyGothic", "微軟正黑體", "Aril", sans-serif;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
}

p.m-content {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-family: "CenturyGothic", "微軟正黑體", "Aril", sans-serif;
}

.block {
    font-family: "CenturyGothic", "微軟正黑體", "Aril", sans-serif;
    color: #fff;
    background: #383838;
}

p.lead {
    font-weight: 100;
    line-height: 30px;
}

.figure__img {
    width: 80%;
}

.figure__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paddingCtrl {
    padding: 0 5%;
    max-width: 1260px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    h2.mlt-title {
        font-size: 22px;
        line-height: 22px;
    }
    p.m-content {
        font-size: 16px;
        line-height: 16px;
    }
}