p {
  font-size: 1.3em; 
}

li {
    font-size: 1.2em;
}

.neonfront_content_title {
    font-weight: 900;
    font-size: xx-large;
    line-height: 2.5rem;
}

.neonfront_content {
    backdrop-filter: blur(3px);
}

.neonfront_content_wrap {
    padding: 3%;
}

/* Large Screen */
@media screen and (min-width:1400px){
    .neonfront_body > :first-child {
    margin-right: 20px;
    margin-bottom: 5px;
    width: 500px;
    }
    .neonfront_content {
    margin-bottom: 6px;
    }
    .neonfront_container {
    width: 500px;
    }
    .neonfront_footer_lv_info {
        margin-inline: 5%;
        text-align: center;
} 
}

/* Pad */
@media screen and (min-width:992px) and (max-width:1400px) {
    .neonfront_body > :first-child {
    margin-right: 20px;
    margin-bottom: 5px;
    width: 500px;
    }
    .neonfront_content_title {
    padding-top: 20px;
    text-align: left;
    }
    .neonfront_content {
    margin-bottom: 6px;
    }
    .neonfront_container {
    width: 410px;
    }
    .neonfront_footer_lv_info {
        margin-inline: 4%;
        text-align: left;
} 
}

/* Phone */
@media screen and (max-width: 991px){
    .neonfront_content_title {
        padding-top: 20px;
        text-align: center;
    }
    .neonfront_footer_lv_info {
        margin-inline: 3%;
        text-align: left;
} 
}

.neonfront_footer_lv_info {
    margin-inline: 5%;
} 

//.neonfront_content_desc

