/* Initial State for the Services Page Cards */
.srv-card {
  opacity: 0;
  transform: translateY(40px);
}
