/*
 * ICHA WHAT-WE-DO PARTNER SECTION BACKGROUND FIX v1.2
 *
 * Matches the light warm-grey page background shown in the approved
 * Programmes reference: RGB(245,245,242) / #F5F5F2.
 */

.v2-work-cta {
  background: #f5f5f2 !important;
  background-image: none !important;
  color: #111 !important;
  border-top: 1px solid #d6d6d6;
}

.v2-work-cta h1,
.v2-work-cta h2,
.v2-work-cta h3,
.v2-work-cta h4 {
  color: #111 !important;
}

.v2-work-cta p {
  color: #555 !important;
}

.v2-work-cta a:not(.btn) {
  color: var(--ifrc-red) !important;
}

.v2-work-cta .btn-primary {
  color: #fff !important;
}
