.new_red_bl {
  margin: 40px 0; }
  .new_red_bl__inner {
    display: flex;
    flex-wrap: wrap; }
  .new_red_bl__item {
    position: relative;
    width: calc(33.3% - 20px);
    margin: 0 10px 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
  .new_red_bl__item {
    width: calc(50% - 20px); } }
    @media (max-width: 480px) {
  .new_red_bl__item {
    width: 100%;
    margin: 0 0 15px; } }
    .new_red_bl__item:hover .new_red_bl__title {
      text-decoration: underline; }
    .new_red_bl__item a {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-decoration: none;
      z-index: 1; }
  .new_red_bl__img {
    position: relative;
    padding-top: 46%;
    width: 100%;
    margin-bottom: 20px; }
    .new_red_bl__img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .new_red_bl__title {
    font-size: 18px;
    text-align: center;
    width: 100%; }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }
