colour updated

This commit is contained in:
Alaguraj0361 2025-08-14 14:04:26 +05:30
parent 3c6a122d23
commit 4292c4bde2
2 changed files with 6 additions and 1 deletions

View File

@ -46,6 +46,11 @@
} }
@media(max-width:500px) {
.wpo-section-title {
margin-bottom: 20px;
}
}
.wpo-section-title-new { .wpo-section-title-new {
// text-align: center; // text-align: center;

View File

@ -8,7 +8,7 @@
.features-wrap { .features-wrap {
.feature-item { .feature-item {
padding: 44px 50px; padding: 44px 50px;
background: $white; background: rgb(215 58 62 / 24%);
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15); box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
border-radius: 20px; border-radius: 20px;
text-align: center; text-align: center;