.card-section-5 {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(9, 90, 235, 0.15) !important;
    transition: all 0.5s;
}
.card-section-5:hover{
    background:linear-gradient(115deg, #a86523, #ffffff);
}