@media only screen and (max-width:1366px) {
    .pakge_seal_free01 {
        position: absolute;
        right: 0;
        top: 12%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #f2da0d;
        font-size: 0.8rem;
        color: #000;
        font-weight: bold;
        padding: 0;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .package.right {
        order: 1;
    }
    .package.left {
        order: 3;
    }
    .package.mid {
        order: 2;
    }

}
@media only screen and (max-width:600px) {
    .pakge_seal_free01 {
        position: absolute;
        right: -5%;
        top: 8%;
        transform: scale(0.8);
    }
}