:root {
  --theme: #009640;
  --theme-2: #bd1824;
  --theme-2dark: #144b24;
  --theme-3: #e6f767;
}
.cta-section::before {
  display: none;
}
.footer-widget-wrapper-2::before {
  display: none;
}
.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.social-icon a {
  color: #fff;
  font-size: 26px;
  transition: all 0.3s ease;
}
.social-icon a:hover {
  color: #2087cc;
}
