/******* Do not edit this file *******
Code Snippets Manager
Saved: May 15 2026 | 09:41:19 */
/* CONTAINER */
#why-list {
  background-color: #F2ECE4;
  transition: background-color 0.4s ease;
}
/* TEXT */
#why-list h3, #why-list p {
  color: #000000;
  transition: color 0.4s ease;
}
/* HOVER */
#why-list:hover {
  background-color: #EC1B25;
}
#why-list:hover h3, #why-list:hover p {
  color: #ffffff !important;
}
