

.indextitle{
    color: white;
    font-size: 2.5rem;
}

.testmodel{
    width: 18%;
    position: absolute;
    top: 9rem;
    right: 4%;
}

.imghelp{
    width: 100%;
}

.help-qr{
    position: absolute;
    border-radius: 0.5rem;
    top: 32%;
    left: 39%;
    transform: translateX(-50%);
    width: 50%;
}
.itemdesc{
    background: rgba(170, 146, 236, 1);
    border: 0.1rem solid rgba(148, 103, 194, 1);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    gap: 0.5rem;
    display: flex;

}

.itemdesc img{
    width: 3rem;
    min-width: 3rem;
}

.itemdesc div{
    white-space:pre-line;
    font-weight: 600;
    font-size: 1.25rem;
}

@media (max-width:991px){

     .indextitle{
        font-size: 1.25rem;
    }

    

    
    .itemdesc div{
        font-size: 0.75rem;
    }
    

}