/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./app/webpacker/packs/stylesheets/home_page.scss ***!
  \*************************************************************************************************************************************************************************************************/
body {
  background-color: #f8f8f8;
}

.home-head {
  overflow: hidden;
  padding-top: 40px;
}
.home-head > h2 {
  color: #336699;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.home-head > img {
  display: block;
  margin: 0 auto;
  width: 135px;
}

.feed {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.feed-item {
  display: inline-block;
}

.main-feed-item {
  overflow: hidden;
  vertical-align: top;
  width: 160px;
}

.main-feed-img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.main-feed-txt {
  font-size: 14px;
  height: 50px;
  padding: 5px 0;
  text-align: center;
  white-space: normal;
}

.partner-feed {
  background: #336699;
  padding: 0 12px 8px 12px;
  white-space: normal;
}

.partner-feed-item {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 84px;
  margin: 8px 3px 0 3px;
  max-width: 200px;
  overflow: hidden;
  padding: 3px 8px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.partner-feed-item > a {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.partner-feed-item > a:hover {
  text-decoration: none;
}

.partner-feed-img {
  align-items: center;
  border-right: 1px solid black;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding-right: 5px;
  text-align: center;
}
.partner-feed-img > img {
  max-height: 78px;
  max-width: 78px;
}

.partner-feed-txt {
  display: inline-block;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  padding: 0 8px;
  vertical-align: top;
  white-space: normal;
}

.partner-feed-label {
  font-size: 14px;
  line-height: 1.4;
}

.partner-feed-desc {
  font-size: 12px;
}

/*# sourceMappingURL=home_page-20c6ec75.css.map*/