.uniq-section .uniq-card {
 background: white;
    height: 100%;
    border-radius: 8px;
    padding: 20px 8px;
}
.uniq-section .uniq-card h3 {
 font-size: 18px;
    color: black;
}
.uniq-section .uniq-card p {
 font-size: 16px;
    color: black;
}
.uniq-section .uniq-card span {
 font-weight: 800;
}
.uniq-section {
 background: #f1c232;
    padding: 34px 0;
}
.when-we img {
border-radius: 8px;
}
.when-we h3 {
 font-size: 20px;
margin-top: 20px;
}
.when-we p {
 font-size: 16px;
margin-top: 20px;
}
.contact-bg {
    padding: 60px 0;
}