.block-results {
  background-color: var(--primaryDarkerColor);
}
.block-results .inner {
  padding: 50px 30px 60px 30px;
}
.block-results .inner .title {
  text-align: center;
  color: #FFF;
}
.block-results .inner .btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .block-results .inner .btn {
    width: 100%;
    padding: 28px 8px;
  }
}
.block-results .slider {
  width: 100%;
}
.block-results .slider .slick-slide {
  margin-right: 10px;
}
.block-results .item {
  background-color: var(--bgColor);
  padding: 40px 30px;
  margin-bottom: 15px;
}
.block-results .item .amount {
  color: var(--secondaryColor);
}
.block-results .item .type {
  color: var(--primaryColor);
}
.block-results .item p.description {
  height: 110px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-bottom: 20px;
}
.block-results .item .description::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: rgba(217, 217, 217, 0.3019607843);
  border-radius: 25px;
}
.block-results .item .description::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}
.block-results .item .description::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: rgba(217, 217, 217, 0.8980392157);
}
.block-results .item .cta {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #CA3E31;
}
@media (min-width: 810px) {
  .block-results .inner {
    padding: 50px 40px 60px 40px;
    max-width: 1480px;
    margin: 0 auto;
  }
  .block-results .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .block-results .item {
    flex: 0 0 49%;
  }
}
@media (min-width: 1280px) {
  .block-results .inner {
    padding: 100px 40px 70px 40px;
  }
  .block-results .item {
    flex: 0 0 32.5%;
  }
}/*# sourceMappingURL=block-results.css.map */