section h2{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #957b50;
    font-family: 'Coustard', serif;
    font-size: 22px;
    text-transform: uppercase;
}
section ul {
    padding-left: 30px;
    list-style-type: none;
}
section ul li{
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
section ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%; 
    border: 1px solid #957b50;
    position: absolute;
    left: 0;
    top: 6px;
}