.back p {
    font-size: 14px;
}

.front {
    border: 2px solid #4F2683;
    position: relative;
}

.back {
    border: 2px solid #4F2683;
}

.front p {
    font-size: 14px;
    background-color: rgba(79, 38, 131, 0.9);
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.front p span {
    color: #ffffff;
}

.back a.blue-box::after,
.back a.blue-box::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Remove the flip/arrow icon on the front of the card */
.flip-container .front::after,
.flip-container .front::before,
.flip-container .front p::after,
.flip-container .front p::before {
  content: none !important;
  display: none !important;
  background: none !important;
}