
.mos-img img {display: none !important;}


.ml-auto {
    margin-left: auto;
}
.fz-13 {
    font-size: 13px !important;
}

.position-re {
  position: relative;
}
.npage-list2 .item {
  padding: 40px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.npage-list2 .item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.npage-list2 .item:hover {
  border-bottom-color: #ccc;
}

.npage-list2 .item:hover .title a {
  text-decoration: underline;
}

.npage-list2 .item:hover .img img, .npage-list2 .item:hover .img video, .npage-list2 .item:hover .img iframe {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.npage-list2 .item .categ {
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}

.npage-list2 .item .img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.npage-list2 .item .img img, .npage-list2 .item .img video, .npage-list2 .item .img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.npage-list2 .info {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 20px;
}

  @media screen and (max-width: 992px){
.justify-end .ml-auto {
  margin-left: 0;
  margin-top: 30px;
}
}

.npage-list2 .title h5 .stroke-heading{
  font-size: 45px
}