/* BLOCCO START HERE */

.start-here {
  text-align: center;
}

.start-here .intro {
  background: var(--phddeib-primary);
  padding: 2em;
  padding-bottom: 4em;
  color: #f2f2f2;
}

.start-here .intro p {
  font-size: 0.9em;
}

.start-here .items {
  display: flex;
  margin: 2em;
  margin-top: -4em;
  flex-wrap: wrap;
  justify-content: center;
}

.start-here .item.link {
  background: #fff;
  margin: 0 1em 2em 1em;
  padding: 3em 2em;
  box-shadow: 0 0 10px #00000066;
  flex-basis: 80%;
}

.start-here .item.link .title {
  font-weight: lighter;
  margin-bottom: 0;
}

.start-here .item.link .title:after {
  content: '>';
  margin-left: 0.5em;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.start-here .item.link {
    flex-basis: 30%;
    margin-bottom: 4em;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}