.protected__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  padding: 1.5rem; 
  background-color: #f4fafa; 
  border: 1px dashed rgba(34, 164, 156, 0.27);
}

.protected__container > a {
  display: block;
  margin: -1.5rem;
  padding: 1.5rem;
}

.protected__title {
  margin-bottom: 1.75rem;
  font-size: 1.6875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #222;
}

.protected__title > span.fas {
  position: relative;
  top: -2px;
  color: #fa0;
  font-size: 1.25rem;
}

.protected__link {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
