
/*TYPOGRAPHY*/
.quick-guide h1 {
  font-family: "Montserrat";
  font-weight: 300;
  color: #535353;
  font-size: 2.875rem;
}

.quick-guide h2 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #10205B;
  font-size: 2rem;
}

.quick-guide h3 {
  font-family: "Montserrat";
  font-weight: 400;
  color: #1396D3;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.quick-guide .link {
  font-family: "Titillium Web";
  font-weight: 600;
  color: #1396D3;
  font-size: 1rem;
  text-decoration:underline ;
}


.my-agenda--agent .tutorial,
.quick-guide .tutorial {
  font-family: "Titillium Web";
  font-weight: 600;
  color:#10205B;
  font-size: 1rem;
}

/*LAYOUT*/
.quick-guide {
  margin: 0px auto;
  max-width: 768px;
}

.quick-guide .section {
  flex-direction: row-reverse;
  display: flex;
  margin-bottom: 2rem;
}
.quick-guide h2 {
  margin-top: 4rem;
}

.quick-guide a {
  display: block;
  margin: 1rem 0rem;
}
.my-agenda--agent .tutorial,
.quick-guide .tutorial,
.quick-guide .link {
  position: relative;
  padding-right: 30px;
  margin: 3px 0px;
}

.quick-guide .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.my-agenda--agent .tutorial:after,
.quick-guide .tutorial:after {
  content: "";
  background: url(../../src/images/sprites-e-con.png);
  width: 16px;
  height: 18px;
  position: absolute;
  display: block;
  background-position: -141px -323px;
  background-size: 500px;
  right: 0;
  top: 6px;
}

.quick-guide .link:after {
  content: "";
  background: url(../../src/images/sprites-e-con.png);
  width: 18px;
  height: 13px;
  position: absolute;
  display: block;
  background-position: -166px -325px;
  background-size: 500px;
  right: 0;
  top: 8px;
}
.quick-guide .tutorial {
  display: none;
}
.quick-guide .tutorial.show {
  display: block;
}

@media (max-width:768px){
  .quick-guide .section {
    flex-direction: column-reverse;
  }
  .quick-guide .illustration {
    display: flex;
    justify-content: center;
  }
}
