
.snap_top_comment{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-inline: 12px !important;

}

.snap_staff_spec{
    width: fit-content;
    margin: 0 auto !important;
    font-weight: bold;
    margin-bottom: 30px !important;
    padding: 6px !important;
    border-bottom: 1px solid #000;
}

.inlineblock_item {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .snap_top_comment{
        font-size: 18px;   
    }
}