.content {
    margin-top: 20px;
    grid-column: 2/3;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    font-weight: 700;
    font-family: 'L5';
    margin-bottom:20px;
    background: rgba(0,0,0,0.8);
}

.purchasetitle {
    display:block;
    background-color:rgb(252, 193, 32, 0.8);
    height: 62px;
    line-height: 62px;
}

.purchasetitle p {
    margin-top:0px;
    color: #232323;
}

.purchasedetails {
    padding-bottom: 50px;
}

.purchasetitle p, .purchasedetails {
    margin-left: 60px;
}
.purchasedetails p{
    margin-top: 20px;
    color: #F4B41D;
}
.purchasedetails ul{
    color: #AD4C4C;
    font-size: 22px;
    line-height: 26px;
    margin-left: 60px;
}
ul + p {
    padding-top:10px;
}
.boring {
    padding-top: 20px;
}
.boring p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #30B579;
    font-family: 'L5M';
}
.boring ul {
    
    color: #30B579;
}

@media screen and (max-width: 1000px)
{
    .purchasetitle p, .purchasedetails {
        margin-left: 30px;
        margin-right:30px;
    }
}

@media screen and (max-width: 768px)
{
    .content {
        font-size: 18px;
        line-height: 22px;
    }
    .purchasedetails ul {
        font-size: 16px;
        line-height: 19px;
    }

    .purchasetitle {
        height: 34px;
        line-height: 34px;
    }
    .purchasetitle p, .purchasedetails {
        margin-left: 20px;
        margin-right:20px;
    }
    .boring p {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 480px)
{
    .purchasetitle p, .purchasedetails {
        margin-left: 10px;
        margin-right:10px;
    }
}