#bx_3485106786_4571 {
  background: linear-gradient(119.63deg, #FFDE41 23.46%, #F0CC16 100%);

  .item_img {
    .img {
      padding-top: 19px;
    }
  }
}

.container {
  .header {
    margin-bottom: 30px;
  }
}

.t_tizer_v1_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  justify-content: center;

  .t_tizer_v1_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2.58px 2.58px 0 #00000040;
    border-radius: var(--radius24);

    .item_img {
      border-radius: var(--radius24) var(--radius24) 0 0;
      background: var(--red-bg);
      text-align: center;
      height: 310px;
    }

    .t_tizer_v1_item_info {
      > hr {
        width: 90%;
        margin: 0 auto;
        background: #1c1e2436;
      }

      .t_tizer_v1_item_info__title {
        font-family: Montserrat;
        font-weight: 700;
        font-size: var(--font-size24);
        line-height: var(--ln24);
        letter-spacing: var(--lp03);
        text-align: center;
        margin: 26px auto;
      }

      .t_tizer_v1_item_info__info {
        margin-top: 43px;

        > ul {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20.35px;
          justify-content: flex-start;
          > li {
            display:flex;
            align-items:center;
            gap:11.35px;
            &:before{
              content:url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6875 20.1286L16.9081 23.3492L24.9595 15.2977' stroke='%23D71921' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2721 5.37517C13.7189 3.95928 16.4967 3.21594 19.3236 3.2206C28.2172 3.2206 35.4265 10.4299 35.4265 19.3235C35.4265 28.2171 28.2172 35.4264 19.3236 35.4264C10.43 35.4264 3.2207 28.2171 3.2207 19.3235C3.2207 16.3912 4.00491 13.6392 5.37527 11.272' stroke='%23D71921' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
            }
          }
        }
      }
    }
  }
}