@media (max-width: 1199px) {
    .img-assistant {
        position: absolute;
        right: 2.28vw;
        bottom: 0;
    }

    .img-assistant img {
        width: 15.15vw;
        height: auto;
    }
}

@media (max-width: 991px) {
    .img-assistant {
        position: absolute;
        right: 2.28vw;
        bottom: 0;
    }

    .img-assistant img {
        width: 18.15vw;
        height: auto;
    }
}

@media (max-width: 767px) {
    .img-assistant img {
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .head-box {
        padding: 0;
    }

    p.title {
        margin-block: 0.5rem;
    }
    #wp-info-reg #wp-form-reg .form-reg-content input#yes,#wp-info-reg #wp-form-reg .form-reg-content input#no  {
        width: 12px !important;
        height: auto;
    }
    #wp-info-reg #wp-form-reg .form-reg-content input.form-check-input {
        width: 12px;
        height: auto;
    }
}

@media screen and (max-width: 420px) {
    .box {
        padding: 2rem;
    }

    #should-choose ul.list-reason li.reason-item p {
        font-size: 1.3rem;
    }
}