#sp-main-body {
  background-image: url('/images/design/bgface-left-25.png');
  background-repeat: no-repeat;
}

#sp-main-body > div {
  background-image: url('/images/design/bgface-right-25.png');
  background-repeat: no-repeat;
  background-position: right 500px;
}

.aqtcard, .miniblock {
  border-radius: 10px;
  border: dashed gray 2px;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
}

.blockcontainer {
  display: flex;
  flex-wrap: wrap;
}


.aqtcard h3 {
  width: 100%;
  text-align: center;  
}

.rot5deg {
  transform: rotate(5deg);
}

.rot-5deg {
  transform: rotate(-5deg);
}

.article-details .featured-article-badge {
  display: none;
}

.sppb-carousel-text h2, .sppb-carousel-content {
  background-color: rgba(0,0,0,0.5);
}