.button-rinnai {
  cursor: pointer;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: .2px;
  min-height: 2.875rem;
  padding: 0.25rem 2rem;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 1.125rem; }
  .button-rinnai.button-red {
    background-color: #cf000d;
    color: #fff; }
  .button-rinnai.button-center {
    margin: 0 auto; }

.whats-new h2 {
  margin-bottom: 15px;
  text-align: center; }

.whats-new .images {
  margin: 20px 0; }
  .whats-new .images .one-image {
    display: flex;
    justify-content: center; }
    .whats-new .images .one-image img {
      max-height: 200px; }
  .whats-new .images .two-images {
    display: flex; }
    .whats-new .images .two-images img {
      width: 50%; }
    .whats-new .images .two-images img:first-child {
      margin-right: 30px;
      max-height: 200px; }

.whats-new .text-content {
  margin-bottom: 25px;
  text-align: center; }
  .whats-new .text-content a {
    color: #cf000d; }
  .whats-new .text-content ol li {
    color: #000;
    font-weight: normal; }
    .whats-new .text-content ol li sub,
    .whats-new .text-content ol li sup {
      font-size: 65%; }
    .whats-new .text-content ol li sup {
      top: -10px; }
  .whats-new .text-content ul li sub,
  .whats-new .text-content ul li sup {
    font-size: 65%; }
  .whats-new .text-content ul li sup {
    top: -0.001rem; }

.whats-new .button-container {
  text-align: center; }
  .whats-new .button-container .button-rinnai {
    display: inline-block;
    min-height: unset;
    padding: 10px 20px; }
  .whats-new .button-container .button-red {
    font-weight: 400; }

.whats-new ol li {
  color: #000;
  font-weight: normal; }
  .whats-new ol li sub,
  .whats-new ol li sup {
    font-size: 65%; }
  .whats-new ol li sup {
    top: -10px; }

.whats-new ul li sub,
.whats-new ul li sup {
  font-size: 65%; }

.whats-new ul li sup {
  top: -0.001rem; }

/*# sourceMappingURL=whats-new.css.map */