.cod-btn{
display:inline-flex !important;
align-items:center;
justify-content:center;
margin-left:10px;
padding:14px 28px;
font-family:inherit;
font-weight:500;
letter-spacing:0.5px;
border:1px solid #4a2f2a;
border-radius:4px;
background:#d8b4a0;
color:#000;
text-decoration:none;
transition:all .3s ease;
}

.cod-btn:hover{
background:#f0681c;
color:#000;
}