.media-wrap {
  display: inline-flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.medialist {
  padding: 0 15px;
  width: 33.33%;
}
.medialist .main_wrp {
  display: flex !important
  ;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.medialist .cnt_wrp {
  padding: 45px;
  border: solid 2px #ebefeb;
  font-size: 18px;
  font-weight: bold;
  color: #202320;
  margin-top: -9px;
  flex: 1;
}
/* .medialist .cnt_wrp p:not(:first-of-type) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 93px;
} */
.medialist .img-wrap {
  position: relative;
  overflow: hidden;
}

.medialist .img-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #003200;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #003200;
  opacity: 0.3;
  z-index: 1;
}

.medialist.video_box .img-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/mediacricle.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position-x: 50%;
  background-position-y: 50%;
  z-index: 1;
}

.medialist .img-wrap > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.medialist:hover .img-wrap > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.medialist:hover .learnmore {
  color: var(--theme);
}

.medialistbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.medialist.loadme {
  display: none;
}

.dtitle.underline {
  margin-bottom: 15px;
}
.cnt_wrp p strong {
  margin-bottom: 0px;
}
.medialist.no_video > .img-wrap::after {
  content: none;
}
@media (max-width: 1599px) {
  .medialist .cnt_wrp {
    padding: 30px 25px;
  }
}

@media (max-width: 1199px) {
  .medialist .cnt_wrp {
    padding: 20px 15px;
  }

  .medialist {
    padding: 0 10px;
  }

  .media-wrap {
    margin: 0 -10px;
  }

  .medialistbox {
    row-gap: 20px;
  }
}

@media (max-width: 991px) {
  .medialist {
    width: 50%;
  }

  .medialist > .img-wrap::after {
    background-size: 25%;
  }
}

@media (max-width: 480px) {
  .medialist {
    width: 100%;
  }
}
