#content{
    background-color: #f0f0f0;
}

.pnl-bg{
    background-color: white;
    border-radius: 20px;
    padding: 50px 100px;
}

.pnl-bg .sec-1{
    font-size: 40pt;
    color: #a22323;
    font-weight: 900;
}

.pnl-bg .sec-2{
    font-size: 14pt;
    color: #965252;
    font-weight: 500;
}

.pnl-bg .sec-3{
    font-size: 12pt;
    color: #5f0bc5;
    font-weight: 500;
}

.btn-more-quotation{
    color: white !important;
    font-weight: 500;
    border-radius: 20px;
    font-style: italic;
    font-size: 14pt;
    background-color: #5f0bc5;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 40px;
    line-height: 50px;
}

.btn-more-quotation:hover,.btn-more-quotation:focus{
    background-color: #6824be;
    color: white !important;
    text-decoration: none;
    border: none;
    outline: none;
}