
@media(max-width: 480px){
    .site-logo .text-logo{
        display: none;
    }
}
@media (max-width: 641px){
    .content-wrapper2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sub-top-row .nomor-soal{
        text-align: center;
        margin-bottom: 0;
        line-height: 1rem;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
        text-transform: capitalize;
    }
    .sub-top-row .ukuran-font{
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1rem;
    }
    .sub-top-row .button-top-right{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .sub-top-row .paket_nama{
        text-align: center;
    }
}