/* Add custom CSS styles below */ 
.s-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    border-top: solid 5px #aa7b45;
    border-bottom: solid 5px #aa7b45;
    border-radius: 15px;
    padding: 10px;
    
}
.s-block--features__item .feature-icon{
background: #aa7b45;
}

.s-button-outline{
     border-bottom: solid #a57c44;
    border-right: solid #a57c44;
    border-top: solid #eee4d8;
    border-left: solid #eee4d8;
    background: #eee4d8;
}
.s-button-primary-outline:hover{
    background: #af7d40;
    color: white;
}