*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.main{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-flow: wrap column;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    
}
.main .pdf{
    padding: 14px 0px;
}

.main .pdf a{
    font-size:0.9rem ;
    font-weight: 400;
    text-decoration: none;
    color: rgb(16, 16, 233);
}
.main .heading{
    margin-top: -4px;
   line-height: 2.4rem;
   word-spacing: 1px;
}

.main .heading h1{
    font-size: 1.8rem;
    font-weight: 400;
}

p{
    font-weight: 400;
    line-height: 1.4rem;
    padding-top: .5rem;
    padding-bottom: 0.3rem;  
}
.main .review{
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-weight: 500;
    color: rgb(32, 31, 31);
}

.main .review span{
    font-weight: 700;
    font-size: 1.1rem;
    color: rgb(32, 31, 31);
}
.main ul{
    padding-left: 15px;
}