section.wasting .box {
background-color: #0198D7;
color: #fff;
border-radius: 100%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
section.wasting .box i {
color: #fff;
font-size: 18px;
}

.card{
    border-radius: 20px;
}
.dark-mode .card{
   background-color: #1d1d1d;
}
.dark-mode .card h4, .dark-mode .card p{
  color: #fff;
}




.card h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.card h4{
    margin-bottom: 10px;
}

section.dont .card1{
    background-color: #F8F8F8;
    height: 100%;
    padding: 15px;
    border-radius: 20px;
}
.dark-mode section.dont .card1{
    background-color: #2e2e2e;
    color: #fff;
}
section.dont .card1 li{
    margin-bottom: 14px;
}