/* Video-traning */


.videos-learning__content {
  margin-bottom: 40px;
}

.videos-learning__content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323232;
}

.video-learn__frame-wrappper {
  display: flex;
  flex-wrap: wrap;
}

.video-learn__frame-wrap {
  width: calc((100% / 3) - 30px);
  border-radius: 18px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 8px 20px 2px rgba(0, 24, 87, 0.06);
  margin-bottom: 30px;
  margin-right: 30px;
}

.video-learn__content {
  padding: 20px 30px 30px 30px;
  height: auto;
}

.video-learn__content-date {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.video-learn__content-title {
  color: #31AEE5;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.video-learn__content-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  padding: 6px 18px;
  display: block;
  width: fit-content;
  border-radius: 12px;
  background: #31AEE5;
  border: 2px solid #31AEE5;
}

.video-learn__content-link:hover {
  background: none;
  color: #31AEE5;
}

.youtube.video-learn__youtube-block {
  height: 248px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}

.youtube .play-button.video-learn__youtube-btn {
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  opacity: .8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.50);
  backdrop-filter: blur(6px);
}

.youtube .play-button.video-learn__youtube-btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #31AEE5;
  margin-left: 3px;
}

.youtube .video-learn__youtube-bg {
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.articles__thumb-body img {

  width: 100%!important;
}
.entry-meta ul, .entry-meta ul li, .entry-meta ul li a, .entry-meta ul span, .entry-meta ul a span{
  display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 768px) {

  .videos-learning__content p {
    font-size: 14px;
    line-height: 20px;
  }

  .video-learn__frame-wrappper {
    flex-direction: column;
  }

  .video-learn__frame-wrap {
    width: 100%;
    margin-right: 0px;
  }

  .video-learn__content {
    padding: 20px 16px;
  }

  .video-learn__content-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

}

