.news-top {
    margin: 0 15px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    &-cont {
      background-color: #ffffff;
      border-radius: 5px;
      box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
      @include flexRowSpaceBetween;
      padding: 10px 15px;
      &-list {
        width: 60px;
        height: 100px;
        justify-content: center;
        align-items: center;
		&-wrap{
			align-items: center;
		}
        &-text {
          margin-top: 5px;
          font-size: 14px;
        }
      }
    }
  }