.lws-cards-001-hover-border-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.lws-cards-001-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
  width: 30%;
  height: 350px;
  color: #e1ecf8;
  text-decoration: none;
  text-align: center;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.lws-cards-001-card:hover {
  color: #4099ff;
}

.lws-cards-001-card h3 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  font-size: 2em;
  text-transform: uppercase;
  transition: all 0.5s;
}

.lws-cards-001-card:hover h3 {
  padding-top: 80px;
  padding-bottom: 30px;
  color: #4099ff;
}

.lws-cards-001-card svg {
  display: inline-block;
  margin: 0 auto;
  font-size: 4em;
  transition: all 0.4s;
}

.lws-cards-001-card p {
  margin-top: 30px;
  transition: all 0.5s;
}

.lws-cards-001-card:hover p {
  margin-top: 30px;
}

.lws-cards-001-card:before {
  position: absolute;
  margin-left: -50%;
  width: 100%;
  height: 50%;
  top: 25%;
  left: 50%;
  border-color: rgba(57, 84, 162, 0);
  border-style: solid;
  border-width: 0 1px;
  transition: all 0.4s;
  content: "";
}

.lws-cards-001-card:hover:before {
  height: 352px;
  top: 0;
  border-color: rgba(57, 84, 162, 1);
}

.lws-cards-001-card:after {
  position: absolute;
  margin-left: -25%;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  border-color: rgba(57, 84, 162, 0);
  border-style: solid;
  border-width: 1px 0;
  transition: all 0.4s;
  content: "";
}

.lws-cards-001-card:hover:after {
  margin-left: -50%;
  width: 402px;
  border-color: rgba(57, 84, 162, 1);
}
