.btn1 {
    background: #5DB276;
    border-radius: 6px;
    padding: 10px;
    width: 140px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #5DB276;
    text-decoration: none;
}

.btn2 {
    background: #F0F9F6;
    border: 1px solid #5DB276;
    border-radius: 6px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #5DB276;
}