.campaignActions {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  padding: 0.5rem;
  width: 100%;
}

.campaignActions__key {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.campaignActions__iconWrapper {
  text-align: center;
  margin-bottom: 0.5rem;
  width: 25%;
  position: relative;
}

.campaignActions__keyIcon {
  color: white;
  font-size: 1.7rem;
  line-height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  position: relative;
  text-align: center;
}

.campaignActions__iconWrapper p {
  color: black;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .campaignActions__keyIcon {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    margin-left: 0;
  }

  .campaignActions__iconWrapper {
    width: 50%;
    text-align: center;
  }

  .campaignActions__iconWrapper p {
    font-size: 1.8rem;
  }
}
