.lws-cards-004-hover-reveal-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0px auto;
  width: 100%;
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.lws-cards-004-hover-reveal-container .lws-card-004-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
}

.lws-cards-004-hover-reveal-container .lws-card-004-icon-bg-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow ease 1s;
  transition: -webkit-box-shadow ease 1s;
  transition: box-shadow ease 1s;
  transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.lws-cards-004-hover-reveal-container .lws-card-004-icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  width: 100px;
  height: 100px;
  background-color: #e1ecf8;
  border: 4px solid #3954a2;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  transition: all 0.6s ease;
  transition-delay: 0.32s;
  will-change: transform;
}

.lws-cards-004-hover-reveal-container .lws-card-004-icon {
  position: relative;
  margin-top: 8px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  will-change: transform;
}

.lws-cards-004-hover-reveal-container svg.lws_icon,
.lws-cards-004-hover-reveal-container svg {
  fill: #3954a2;
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover svg.lws_icon {
  fill: #ec1c24;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  will-change: transform;
}

.lws-cards-004-hover-reveal-container .lws-card-004-text {
  position: relative;
  width: 200px;
  top: -32px;
  text-align: center;
  transition: all 0.4s ease;
  transition-delay: 0.32s;
}

.lws-cards-004-hover-reveal-container .lws-card-004-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #e1ecf8;
}

.lws-cards-004-hover-reveal-container .lws-card-004-title:hover {
  color: #ec1c24;
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover {
  cursor: pointer;
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover .lws-card-004-icon-bg-container {
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  transition-delay: 0.32s;
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover .lws-card-004-icon-bg {
  transform: translateY(-32px) scale(6);
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover .lws-card-004-icon {
  -webkit-transform: translateY(-48px) scale(1.4);
  transform: translateY(-48px) scale(1.4);
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover .lws-card-004-text {
  opacity: 0;
  transform: translateY(-4px) scale(.8);
}

.lws-cards-004-hover-reveal-container .lws-card-004-icon-bg-container::after {
  position: absolute;
  width: 170px;
  top: 111px;
  color: #5d6494;
  font-size: 13px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.32s;
  content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.";
}

.lws-cards-004-hover-reveal-container .lws-cards-004-card:hover .lws-card-004-icon-bg-container::after {
  opacity: 1;
}

