.footer-img a img {
filter: invert(1);
}

.btn {
border-radius: 50px;
padding: 10px 15px;
}

#counter_1 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_4 .counterNumber::after {
content: '+';
}

#counter_2 .counterNumber::before {
content: '%';
}

.icon-section .icon-wrapper {
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#icon-section-1 .icon-wrapper {
height: 259px;
}

@media screen and (max-width: 768px) {
#counter-section-0 .counter-col {
    width: 50% !important;
}

#icon-section-1 .icon-wrapper {
height: 367px;
}

  .mv-inner {
    flex-direction: column;
  }
  .mv-divider {
    display: none;
  }
}

.mv-hero {
  width: 100%;
  padding: 60px 20px;
  background: #fafafa;
  border-radius: 16px;
}

.mv-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
}

.mv-item {
  flex: 1;
  padding: 20px 10px;
}

.mv-item h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.mv-item p {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

.mv-icon {
  font-size: 26px;
  margin-bottom: 10px;
  color: #C27BA0;
}

.mv-divider {
  width: 2px;
  background: #ddd;
}
