header{
    background-color: rgb(235, 235, 235);
    border-radius: 10px;
}

.heading-section{
    background-color:#770e0e;
    color: white;
    border-radius: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
}

li:before {
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    color: rgb(223, 219, 32);
    margin-right: 10px;
}
