/* CSS Document */

.scrollSlider .horizontalScroll {
  justify-content: center;
}
.scrollSlider .horizontalScroll.buttons {
  border-top:0;
}

.topics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1410px;
  padding-top:10px !important;
}
.topics > div {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 10.5px);
  margin-bottom: 100px;
  margin-right:13px;
}
.topics > div:nth-child(4n) {
	margin-right: 0px;
}
.topics > div .img {
  margin-bottom: 20px;
  background-color: var(--greyLightest);
	border-radius: 10px;
	overflow: hidden;
}

.headerBar {
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  background-color: var(--greyLightest);
}

.authorName {
  text-align:center;
  margin-top: 20px;
  font-style: italic;
  color: var(--greyDark);
}


.contentSection h2 {
  margin-top:10px;
}

.contentSection .imgSection {
display: block;
margin-bottom: 0;
}

.scrollSlider.productSlide {
    border-top: none !important;
}
@media (max-width: 1024px) {
  .topics > div {
    width: calc(50% - 13.5px);
    margin-bottom: 60px;
  }
.topics > div:nth-child(2n) {
	margin-right: 0px;
}

}
