.features_tag img,
.features_monster img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content_featuresMainLayout {
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;

    margin-top: 50px;
    margin-bottom: 100px;
}

.content_featuresContent {
    position: relative;
    width: 617px;
    height: 650px;
    padding: 50px;

    background: url("../../img/bg/Book.png");
    background-position: top center;
    background-size: cover;

    display: flex;
}

.content_featuresDetail {
    width: 420px;
    min-width: 420px;
    height: 100%;
    padding: 20px;
    margin-right: 32px;


    font-family: "Dongle";
}

.content_feaTitle {
    font-size: 80px;
    line-height: 70px;
    font-weight: 800;

    color: #63222d;
}

.content_feaTitleHr {
    width: 100%;
    height: 10px;
    margin-bottom: 25px;
}

.features_detail {
    width: 100%;
    height: 300px;

    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #6d564b #a8a8a8;
}

.features_detail h2 {
    line-height: 25px;
}

.features_detailImg {
    width: 180px;
}

.content_featuresTopic {
    position: relative;
    /* แก้  */
    left: -150px;
    width: 400px;
    height: 110px;
    padding: 5px;
    background: url(../../img/title_features.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 65px;
    font-weight: 800;
    color: #ffff;
}

.content_featuresTopic span {
    font-size: 80px;
    line-height: 60px;
    color: #6c39a2;
    padding-bottom: 10px;
    padding-left: 15px;
}

.content_featuresTagLayout {
    position: absolute;
    right: -85px;
    width: fit-content;
    height: 100%;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.features_tag {
    position: relative;
    left: -1px;

    width: 120px;
    height: 48px;
    padding: 10px;
    padding-bottom: 5px;

    background: url("../../img/btn/features_tag.png");
    background-position: top center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    font-family: "Dongle";
    font-size: 30px;
    font-weight: 800;
    color: #63222d;
}

.features_tag.active {
    position: relative;
    left: -40px;

    width: 200px;
    height: 55px;

    background: url("../../img/btn/features_tag_active.png");
    background-position: top center;
    background-size: cover;

    color: #fff;
    font-size: 35px;
}

.features_monster {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 0;
    width: 650px;
}