.image{
    display:inline-block;
    position:relative;
    padding:10px 0px 10px 0px;
}

img{
    max-width:100% !important;
    height: auto !important;
    max-height:500px;
}


.ice-dividing-line{
    display: block;
    box-sizing: content-box;
    padding: 13px 0px 12px;
    overflow: hidden;
    height: 1px;
    background-origin: content-box;
    background-image: linear-gradient(90deg, rgb(187, 191, 196), rgb(187, 191, 196));
    border: 0px;
    background-repeat: no-repeat no-repeat;
  }

  .dividing-line-space{
    width: 100%;
    height: 8px;
  }

