body {
    line-height: 1.5;
}
li {
    padding: 5px 0;
    padding-bottom: 7px;
}

h3 {
    margin-top: 30px;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F3721;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.textpart h4 {
    margin-top: 25px;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F3721;
    text-transform: uppercase;
    margin-bottom: 10px;
}


li::marker {
    font-weight: bold;
    color: #4F3721;
}

.link {
    color: #4f3721;
}

.link:hover {
    color: #EDBE00;
}

.yellow-btn {
    height: 60px;
    width: 217.5px;
    background: #EDBE00;
    border-radius: 100px;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-top: 25px;
    border: none;
}

.yellow-btn-sm {
    height: 40px;
    width: 145px;
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin: 10px 0px;
    color: #000;
    background-color: #EDBE00;
    border: none;
}

.yellow-btn:hover, .yellow-btn-sm:hover {
    color: #e7e7e7;
}