.coffee-fact {
  padding-top: 77px;
  padding-bottom: 40px
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .coffee-fact {
    padding-top: 57px
  }
}
@media screen and (max-width:767px) {
  .coffee-fact {
    padding-top: 38px
  }
}
.coffee-fact__header {
  width: calc(100% - .625rem);
  margin: 0 auto
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__header {
    width: calc(100% - 1.25rem)
  }
}
@media print,
screen and (min-width:64em) {
  .coffee-fact__header {
    width: calc(75% - 1.25rem)
  }
}
@media print,
screen and (min-width:75em) {
  .coffee-fact__header {
    width: calc(75% - 1.75rem)
  }
}
.coffee-fact__category {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.coffee-fact__title {
  margin-bottom: 18px
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__title {
    margin-bottom: 23px
  }
}
@media print,
screen and (min-width:64em) {
  .coffee-fact__title {
    margin-bottom: 28px
  }
}
.coffee-fact__description {
  width: calc(100% - .625rem);
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__description {
    width: calc(100% - 1.25rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 41px
  }
}
@media print,
screen and (min-width:64em) {
  .coffee-fact__description {
    width: calc(75% - 1.25rem)
  }
}
@media print,
screen and (min-width:75em) {
  .coffee-fact__description {
    width: calc(75% - 1.75rem)
  }
}
.coffee-fact__text {
  font-size: 1.125rem;
  line-height: 1.75rem
}
@media print,
screen and (max-width:767px) {
  .coffee-fact__text {
    margin-bottom: 25px
  }
  .coffee-fact__item.coffee-fact__item {
    margin-bottom: 8px
  }
}
.coffee-fact__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  border-radius: 3px 3px 20px
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__button {
    margin-left: 50px
  }
}
.coffee-fact__list {
  width: calc(100% - .625rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 32px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__list {
    width: calc(100% - 1.25rem)
  }
  .coffee-fact__item.coffee-fact__item {
    width: calc(50% - 10px)
  }
}
@media print,
screen and (min-width:64em) {
  .coffee-fact__list {
    width: calc(75% - 1.25rem)
  }
}
.coffee-fact__item.coffee-fact__item {
  padding: 0
}
@media print,
screen and (min-width:75em) {
  .coffee-fact__list {
    width: calc(75% - 1.75rem);
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px
  }
  .coffee-fact__item.coffee-fact__item {
    width: calc(50% - 14px)
  }
}
.coffee-fact__item.coffee-fact__item h3 {
  margin-bottom: 18px
}
@media print,
screen and (max-width:767px) {
  .coffee-fact__item.coffee-fact__item h3 {
    font-size: 18px;
    line-height: 28px
  }
  .coffee-fact__item.coffee-fact__item p {
    font-size: 16px;
    line-height: 26px
  }
}
.coffee-fact__item.coffee-fact__item a.link {
  margin-top: 16px
}
.coffee-fact__item.coffee-fact__item > div > div:nth-child(2) {
  padding-right: 25px
}
.coffee-fact__item.coffee-fact__item .large-20,
.coffee-fact__item.coffee-fact__item .large-24,
.coffee-fact__item.coffee-fact__item .medium-20,
.coffee-fact__item.coffee-fact__item .small-16,
.coffee-fact__item.coffee-fact__item .small-24 {
  width: 100%
}
.coffee-fact__item.coffee-fact__item .large-offset-0,
.coffee-fact__item.coffee-fact__item .small-offset-2 {
  margin-left: 0
}
.coffee-fact__img {
  width: 100%;
  margin-bottom: 22px
}
@media print,
screen and (min-width:48em) {
  .coffee-fact__item.coffee-fact__item a.link {
    margin-top: 20px
  }
  .coffee-fact__img {
    margin-bottom: 25px
  }
}
@media print,
screen and (min-width:64em) {
  .coffee-fact__item.coffee-fact__item a.link {
    margin-top: 25px
  }
  .coffee-fact__img {
    margin-bottom: 29px
  }
}
.coffee-fact__img img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width:385px) {
  .coffee-fact__img img {
    height: 190px
  }
}
@media screen and (min-width:385.1px) and (max-width:767px) {
  .coffee-fact__img img {
    height: calc(190px + (100vw - 385px)/ 382 * 210)
  }
}
@media screen and (min-width:767.1px) and (max-width:1023px) {
  .coffee-fact__img img {
    height: calc(190px + (100vw - 767px)/ 256 * 71)
  }
}
@media screen and (min-width:1023.1px) and (max-width:1199px) {
  .coffee-fact__img img {
    height: calc(194px + (100vw - 1023px)/ 176 * 36)
  }
}
@media screen and (min-width:1199.1px) and (max-width:1420px) {
  .coffee-fact__img img {
    height: calc(243px + (100vw - 1199px)/ 221 * 23)
  }
}
@media screen and (min-width:1420.1px) and (max-width:1460px) {
  .coffee-fact__img img {
    height: 266px
  }
}
@media screen and (min-width:1460.1px) and (max-width:1600px) {
  .coffee-fact__img img {
    height: calc(266px + (100vw - 1460px)/ 140 * 34)
  }
}
@media screen and (min-width:1600.1px) {
  .coffee-fact__img img {
    height: 300px
  }
}
.coffee-fact__img.medium-20 {
  width: 100%
}