.container {
  .header_v5 {
    text-align:center!important;
    margin-bottom: 30px;
    .redTxt,.desc{
      margin:0 auto;
      max-width: 900px;
      color:#D31C21;
      font-weight:bold;
    }
    .desc{
      color:black;
      margin-top:20px;
    }
  }
}

.t_tizer_v5_items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(299px, 1fr));
  grid-gap: 95px;
  justify-content: center;

  .t_tizer_v5_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
    box-shadow: 0 0 0 0 #C7C7C71A, 0 10.4px 22.53px 0 #C7C7C71A, 0 41.6px 41.6px 0 #C7C7C717,0 91.86px 55.46px 0 #C7C7C70D,0 164.65px 65.86px 0 #C7C7C703,0 256.51px 71.06px 0 #C7C7C700;
    border-radius:15px;
    padding:30px;
    position:relative;

    &:last-child:after {
      content: none;
    }

    &:after {
      content: url("data:image/svg+xml,%3Csvg width='44' height='15' viewBox='0 0 44 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.7071 8.07112C44.0976 7.6806 44.0976 7.04743 43.7071 6.65691L37.3431 0.292946C36.9526 -0.0975785 36.3195 -0.0975785 35.9289 0.292946C35.5384 0.68347 35.5384 1.31664 35.9289 1.70716L41.5858 7.36401L35.9289 13.0209C35.5384 13.4114 35.5384 14.0446 35.9289 14.4351C36.3195 14.8256 36.9526 14.8256 37.3431 14.4351L43.7071 8.07112ZM0 7.36401V8.36401H43V7.36401V6.36401H0V7.36401Z' fill='%23D31C21'/%3E%3C/svg%3E");
      position: absolute;
      right: -70px;
    }
    .t_tizer_v5_item_info {
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      flex: 1 auto;
      .t_tizer_v5_item_info__title {
        font-family: Montserrat;
        font-weight: 700;
        font-size: clamp(18px,3vw,24px);
        line-height: 100%;
        letter-spacing: 0;
        padding: 10px;
        text-align: center;
        display: block;
        width: max-content;
      }
      .t_tizer_v5_item_info__info {
        text-align: center;
        font-family: Montserrat;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0;
      }
    }
  }
}