.modal_part .modal-body {
    text-align: center;
    padding: 25px;
}
.modal.show .modal-dialog{
    max-width: 700px !important;
}
.modal_part .modal-body h3 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: #f48818;
    font-weight: bold;
    margin-bottom: 10px;
}
.modal_part .modal-body p {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Satoshi', sans-serif;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
}
.modal_part .modal-body .free {
    font-size: 22px;
    line-height: 28px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    padding: 16px 45px;
    letter-spacing: .6px;
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
    background: #5ac23b;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}
.modal_part .modal-body .just {
    display: inline-flex;
    font-size: 22px;
    line-height: 28px;
    border-radius: 50px;
    font-weight: 600;
    padding: 16px 30px;
    letter-spacing: .6px;
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
    color: #5ac23b;
    border: solid 1px #5ac23b;
    cursor: pointer;
}
.modal_part .modal-body .pakge_prod_box {
    float: none;
    width: 245px;
    margin: 35px auto 15px auto;
    position: relative;
}
.modal_price_box {
    padding-bottom: 0;
}
.pakge_seal_free {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2da0d;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_part .modal-body .pakge_price {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Satoshi', sans-serif;
    color: #f48818;
    font-weight: bold;
}
.modal_part .modal-body p {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Satoshi', sans-serif;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
}
@media(max-width:767px){
    .modal_part .modal-body h3 {
        font-size: 25px;
        line-height:1.2;
    }
    .modal_part .modal-body p {
        font-size: 18px;
    }
    .modal_part .modal-body .free {
        font-size: 16px;
        padding: 16px 30px;
    }
    .modal_part .modal-body .just {
        font-size: 16px;
        padding: 16px 20px;
    }
    .moboBox {
        flex-direction: column;
    }
    .moboBox .pakge_prod_box{
        margin: 0 auto;
    }
}