@charset "utf-8";

.text_details {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}
.text_details p {
    margin-bottom: 20px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .text_details {
        font-size: 0.18rem;
    }
    .text_details p {
        margin-bottom: 0.20rem;
    }
}

/* mobile */
@media only screen and (max-width: 767px) {
    .text_details {
        font-size: 0.30rem;
    }
    .text_details p {
        margin-bottom: 0.20rem;
    }
}
