.page .title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 3em 0 0 0;
}

.lineImg {
  width: 30%;
  margin: 0 auto;
  display: block;
  margin: 1em auto 4em auto;
}

.articles {
  margin: 0 8em;
  position: relative;
  margin-bottom: 6em;
}

.flip {
  padding:1rem;
  border:3px dotted var(--bg-blue);
  border-radius:20px;
  margin:0 auto;
  margin-bottom:2rem;
  cursor:pointer;
}

.flip a {
  padding:0 1rem;
  font-size:1.2rem;
  font-weight:bold;
  color:#e6775c;
  display:flex;
  justify-content:space-between;
  text-decoration:none;
  font-family: sans-serif;
}

.panel {
  height:100%;
  display:none;
  padding:0 1rem;
  margin:0 auto;
  color:#758c00;
}

.panel p {
  font-family: sans-serif;
  font-size:1.2rem;
  font-weight:bold;
}

.fa-chevron-circle-right {
  color:#e6775c;
  font-size:1.5rem;
}

.rotated {
  transform: rotate(90deg);
  transition: all 0.4s;
}

.q {
  font-size: 2em;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  position: absolute;
  left: -30px;
  background: #e6775c;
  border-radius: 50%;
  padding: 0 .45em;
  padding-bottom: .3em;
  z-index:999;
}

@media screen and (max-width: 428px) {
  .articles {
      margin: 0 2em !important;
  }
}