@charset "UTF-8";
/**********************************************************
paperMedia
***********************************************************/
.parallaxBlock.-resultsPaperMedia {
  background: #fff;
  
}
.parallaxBlock.-resultsPaperMedia .content {
  background: #fff;
  padding-top: 100px;
}
.parallaxBlock.-resultsPaperMedia .content__header {
  height: auto;
}
.parallaxBlock.-resultsPaperMedia h2,
.parallaxBlock.-resultsPaperMedia p {
  color:#434343;
}
.parallaxBlock.-resultsPaperMedia p {
  color:#434343;
	padding-bottom: 32px;
}
.results {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin-bottom: 200px;
}
.results__item {
  text-align: center;
  width: calc(33.3% - 42px);
  margin: -1px 0 0 -1px;
  padding: 20px;
  border: 1px solid #434343;
}
@media screen and (max-width: 767px) {
  .results__item {
    width: calc(50% - 42px);
  }
}
@media screen and (max-width: 450px) {
  .results__item {
    width: 100%;
  }
}
.results__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.results__item p {
  margin-top: 16px;
}
