
.icon {
    width: 100px;
}
.icon-during {
    width:300px;
    z-index: 1;
  }
  
  .during-box {
    height:100%;
    height:75px;
    width :100%;
    position: relative;
  }
  .border-during {
    background-color: #182987;
    background:linear-gradient(135deg, #182987 80%, #fff 80%,#fff 81%, #182987 81%,#182987 84%,#fff 84%,
    #fff 85%,#182987 85%,#182987 87%,#fff 87%,#fff 88%,#182987 88%,#fff 90%);
    position: absolute;
    height:20%;
    top:40%;
    z-index: 0;
  }
  .icon-during {
    width:300px;
    position: absolute;
    top:0;
  }
.img-item {
    width: 100%;
    height:auto;
  }
  .img-item2 {
    width: 100%;
    height:auto;
  }
  @media (min-width: 768px) {
    .img-item {
      width: 80%;
      height:auto;
    }
    .img-item2 {
      width: 60%;
      height:auto;
    }
  }
  
