.content main,
.content .sidebar {
  padding: 0 0.5rem;
}

.tear-g {
  position: absolute;
  top: 350px;
  z-index: -1;
}

.tear-y {
  position: absolute;
  top: 700px;
  right: 0;
  z-index: -1;
}

.block-summary-front .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expand-all {
  cursor: pointer;
  font-size: 1.05rem;
  color: #2f4162;
  padding-left: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.expand-all .fas {
  padding: 0 0.5rem;
  font-size: 1.05rem;
}

.expand-all .ctrl-value,
.expand-all i {
  display: inline-block;
}

.accordion-title::before {
  font-family: 'Font Awesome 5 Pro', serif;
  content: '\f0d7';
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.is-active .accordion-title::before {
  content: '\f0d8';
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.block-microscopeblue img,
.block-microscopegreen img,
.block-tubesessais img {
  width: 100%;
}

@media screen and (min-width: 63.9375em) {
  .block-picture {
    margin-bottom: 1rem;
    max-height: 14rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 63.9375em) {
  .tear-g,
  .tear-y,
  .block-picture {
    display: none;
  }
}
