.pr_terms_sec {
    padding: 50px 0;
}
.pr_terms_area {
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.tuisec_bettitle {
    color: var(--theme-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.pr_terms_hd {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
}
.pr_terms_text {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.pr_terms_list {
    padding-left: 30px;
    margin-bottom: 10px;
}
.pr_terms_list li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.pr_terms_list li:last-child {
    padding-bottom: 0px;
}

/* Media Queries */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .pr_terms_sec {
        padding: 30px 0;
    }
    .pr_terms_area {
    padding: 20px;
}
.tuisec_bettitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.pr_terms_hd {
    font-size: 16px;
}
.pr_terms_text {
    font-size: 12px;
}
.pr_terms_list li {
    font-size: 12px;
}
}


@media only screen and (min-width: 481px) and (max-width: 576px) {
    .pr_terms_sec {
        padding: 30px 0;
    }
    .pr_terms_area {
    padding: 20px;
    margin: 0px auto;
    max-width: 350px;
}
.tuisec_bettitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.pr_terms_hd {
    font-size: 16px;
}
.pr_terms_text {
    font-size: 12px;
}
.pr_terms_list li {
    font-size: 12px;
}
}


@media only screen and (min-width: 577px) and (max-width: 767px) {
    .pr_terms_sec {
        padding: 30px 0;
    }
    .pr_terms_area {
    padding: 20px;
    margin: 0px auto;
    max-width: 350px;
}
.tuisec_bettitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.pr_terms_hd {
    font-size: 16px;
}
.pr_terms_text {
    font-size: 12px;
}
.pr_terms_list li {
    font-size: 12px;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr_terms_sec {
        padding: 30px 0;
    }
    .pr_terms_area {
    padding: 20px;
}
.tuisec_bettitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.pr_terms_hd {
    font-size: 16px;
}
.pr_terms_text {
    font-size: 12px;
}
.pr_terms_list li {
    font-size: 12px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mindev_pad {
        padding: 0 30px;
    }
.tuisec_bettitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.pr_terms_hd {
    font-size: 16px;
}
.pr_terms_text {
    font-size: 14px;
}
.pr_terms_list li {
    font-size: 14px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .mindev_pad {
        padding: 0 40px;
    }
}