.archer-quiz {
  margin: 20px 0;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
  border-radius: 15px;
  overflow: hidden;
}

.archer-quiz .layer { 
  display: none;
  position: relative;
}

.archer-quiz p.question {
  font-weight: 600;
  font-size: 28px;
}

.archer-quiz p.back {
  font-size: 13px;
  margin: 40px 0 0 0;
  cursor: pointer;
  color: #505050;
  text-align: right;
}

.archer-quiz a {
  margin: 20px 0;
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 15px;
  display: block;
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 600;
}

.archer-quiz a:after {
    content: "";
    display: block;
    clear: both;
}

.archer-quiz a:hover {
  transform: translateX(3px);
}

.archer-quiz .layer .qa {
  padding: 45px;
}

.archer-quiz .layer .top,
.archer-quiz .layer .ftop {
  background-blend-mode: multiply; 
  background-size: cover !important;
  padding: 45px;
  border-radius: 15px 15px 0 0;
}

.archer-quiz .layer .top .title {
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 12px;
  width: fit-content;
  text-transform: uppercase;
}

.archer-quiz .layer .top .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.archer-quiz .layer .ftop .heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.archer-quiz .layer .top .description {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.archer-quiz .layer .ftop .description {
  font-size: 16px;
  margin-bottom: 0;
}

.archer-quiz .layer .bottom {
  background: #fff;
  padding: 45px;
  border-radius: 0 0 15px 15px;
}

.archer-quiz .layer .bottom img {
  box-shadow: none !important;
  max-width: 20px;
  margin-right: 6px;
}

.archer-quiz .layer .bottom .attr {
  border-radius: 20px;
  padding: 10px;
  font-size: 12px;
  margin-right: 20px;
  width: fit-content;
  display: inline;
  vertical-align: center;
}

.archer-quiz .layer .bottom .quizbtn,
.archer-quiz .layer .bottom .finalbtn {
  border-radius: 15px;
  margin-bottom: 0;
}

.archer-quiz .layer .bottom a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  margin: 60px 0 0 0;
  color: #fff;
  text-align: center;
}

.archer-quiz .layer .bottom .quizbtn:hover,
.archer-quiz .layer .bottom .finalbtn:hover {
  filter: brightness(90%);
}

.archer-quiz .layer .bottom ul {
  column-count: 2; 
  column-gap: 20px;
  list-style-position: inside; 
}
.archer-quiz .layer .bottom ul {
  list-style: none;
}

.archer-quiz .layer .bottom ul li:before {
  content:"\2714\0020";
}

.archer-quiz .layer .bottom p:empty {
  margin: 0;
}

.archer-quiz .layer .a0link .desc {
  font-size: 12px;
  display: block;
  color: #505050;
}

.archer-quiz .layer .question .desc {
  font-size: 18px;
  display: block;
  color: #505050;
}

.archer-quiz .layer .icon {
  max-width: 40px;
  box-shadow: none !important;
  margin-right: 20px;
  float: left;
}

.archer-quiz p.count {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.archer-quiz .progress-bar {
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

