.bxmaker-article-list .custom-page-navigation {
  text-align: center;
}
.bxmaker-article-list .bxmaker-article-list-item {
  margin-top: 23px;
  margin-bottom: 87px;
}
.bxmaker-article-list .bxmaker-article-list-item :first-child {
  margin-top: 0;
}
.bxmaker-article-list-item__name {
  margin-bottom: 37px;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 0.015em;
}
.bxmaker-article-list-item__name a,
.bxmaker-article-list-item__name a:active,
.bxmaker-article-list-item__name a:hover,
.bxmaker-article-list-item__name a:visited {
  color: #ED6A99;
  text-decoration: none !important;
}
.bxmaker-article-list-item__img {
  border-radius: 20px 20px 0 0 ;
  width: 100%;
  display: flex;
  max-height: 302px;
  justify-content: center;
  align-items: center;
  height: 302px;
  overflow: hidden;
  border: 6px solid #E9E9E9;
}
.bxmaker-article-list-item__img img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bxmaker-article-list-item__preview {
  background: #E9E9E9;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 39px 40px;
}
.bxmaker-article-list-item__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.015em;
  margin-bottom: 30px;
  color: #6C6C6C;
}
.bxmaker-article-list-item__text {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
  color: #6C6C6C;
  margin-bottom: 20px;
}
.bxmaker-article-list-item__more {
  background: #ED6A99;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 54px;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
}
.bxmaker-article-list-item__more,
.bxmaker-article-list-item__more:visited,
.bxmaker-article-list-item__more:active,
.bxmaker-article-list-item__more:hover {
  color: #fff;
  text-decoration: none !important;
}
/*# sourceMappingURL=style.css.map */