  .vid-reltdpst-cont a {
    margin-top: 20px;
}
.vid-reltdpst-img {
	display: flex;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 20px 100px hsla(204,6%,84%,.5);
}
  .vid-reltdpst-lstng-in {
    padding-top: 20px;
}
 .vid-reltdpst-img iframe {
	width: 100%;
	height: 167px;
	/* box-shadow: 0 20px 100px hsla(204,6%,84%,.5); */
	background-color: rgba(0,0,0,.3);
}
  .vid-reltdpst-lstng-hdr {
    padding: 0 0 20px;
}
  .vid-reltdpst-lstng-hdr-brd{
        position: relative;
    width: 15%;
    height: 2px;
    background-color: #005481;
  }
  .vid-reltdpst-lstng-hdr>h2{ 
    font-weight: 600;
    font-size: 22px;
    color: #005481;
    line-height: 46px;
        margin: 0;
  }
.vid-reltdpst-cont>h3{
  font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #333 !important;
    padding-bottom: 10px;
  }
  .vid-reltdpst-cont>h4{
    color: #a8a29b;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  .vid-reltdpst-cont>p{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-weight:400;
    color:#666;  
    margin: 0;
  }
.vid-reltdpst-lstng-contn-wrp {
    display: flex;
    flex-wrap: wrap;
    /* align-items: stretch; */
    gap: 30px;
    justify-content: space-between;
    /* width: 100% !important; */
    /* max-width: 100% !important; */
}

.vid-reltdpst-contnt-inr {
    flex: 1 1;
}

.vid-reltdpst-img>img {
    width: 100%;
    height: 150px !important;
    object-fit:cover;
    border-radius: 3px !important;
  margin-bottom: -6px;
}


  @media(max-width:840px){
    .vid-reltdpst-contnt-inr {
    flex: 0 1 45%;
}
   @media(max-width:650px){ 
     .vid-reltdpst-lstng-contn-wrp {
    display: block;
}
     .vid-reltdpst-contnt-inr {
    margin-bottom: 20px;
}
  }