.multiple-callouts {
  margin-top: 50px;
}
.multiple-callouts .callouts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.multiple-callouts .callout {
  flex: 1;
  display: flex;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.multiple-callouts .callout > a {
  width: 100%;
}
.multiple-callouts .callout .callout-inner {
  height: 100%;
  width: 100%;
  background: #363737;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: "factoria";
  font-style: normal;
  font-weight: 700;
}
.multiple-callouts .callout .callout-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.multiple-callouts .callout .callout-image-wrapper .callout-image {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}
.multiple-callouts .callout .callout-image-wrapper .callout-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-position: center top;
  object-fit: cover;
  transform-origin: center;
  transition: transform linear 0.125s;
}
.multiple-callouts .callout .callout-details {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.multiple-callouts .callout .callout-heading {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "prohibition";
  font-weight: normal;
  text-transform: uppercase;
}
.multiple-callouts .callout .callout-content {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-bottom: 15px;
}
.multiple-callouts .callout .callout-content,
.multiple-callouts .callout .callout-content p {
  font-size: 18px;
  line-height: 1.7;
  color: inherit;
}
.multiple-callouts .callout .callout-link {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  margin-bottom: 15px;
}
