.phase-card{
  text-align: center;
  background-color: #FFFAF0;
  padding: 50px;
  height: 100%;
}

.phase-card h3{
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 700;
    margin-bottom: 25px;
}


.phase-card .icon{
  margin-bottom: 30px;
}

.phase-card .icon img{
  height: 93px;
  object-fit: contain;
}

.phase-card p{
  font-size: 20px;
  font-weight: 500;
}