body {
    font-family: 'Prompt', sans-serif;
    background-color: #ffffff
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Kanit', sans-serif;
}

.induct-blog {
    margin: 50px 0px;
}

.indruct-cover img {
    width: 100%;
}

.indruct-title {
    padding: 50px 0px;
}

.indruct-title span {
    font-size: 20px;
    color: #000;
}

.indruct-title h1 {
    color: #000;
    font-weight: 600;
    line-height: 50px;
    word-spacing: 1px;
}

.indruct-body {
    margin: 50px 0px;
}

.indruct-body p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    word-spacing: 3px;
}

.indruct-body span {
    color: #000;
    font-weight: 700;
}

.indruct-body-img img {
    width: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .indruct-title {
        padding: 25px 10px;
    }
    .indruct-title h1 {
        color: #000;
        font-weight: 600;
        font-size: 26px;
        line-height: 50px;
        word-spacing: 1px;
    }
    .indruct-body p {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        word-spacing: 3px;
        padding: 0px 10px;
    }
    .indruct-body-img img {
        width: 100%;
        border-radius: 5px;
        padding: 0px 10px;
    }
}