/* Module Custom Styles */

.introduce-sub-title {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #646970;
    margin-bottom: 8px;
}

.introduce-title {
    font-family: Noto Sans;
    font-size: 48.83px;
    font-weight: 700;
    line-height: 61.04px;
    text-align: center;
    color: #21272D;
}

@media screen and (max-width: 743px) {
    .introduce-sub-title {
        font-family: Noto Sans;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }
}

@media screen and (max-width: 743px) {
    .introduce-title {
        font-family: Noto Sans;
        font-size: 31.25px;
        font-weight: 700;
        line-height: 39.06px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1250px) {
    .introduce-sub-title {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1250px) {
    .introduce-title {
        font-family: Noto Sans;
        font-size: 39.06px;
        font-weight: 700;
        line-height: 48.83px;
    }
}