.vsec-vids{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.vsec-vid-img{
	display: block;
	width:100%;
	height: 216px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.vsec-t{
	display: inline-block;
}
.vsec-btn{
	display: inline-block;
	float: right;
	background-color: #008FC5;
	color: #FFFFFF !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
	padding: 0.7em 2em;
}
.vsec-vid{
	width: 100%;
}
.btn-vidp{
    background-color: #008FC5;
    color: #FFFFFF;
    text-align: center;
    padding: 0.7em 2.8em;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.btn-vidp svg{
	fill: #fff;
	width:40px;
	height:40px;
    margin-top: 5px;
}
.vsec-vid-t{
	display: block;
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.vsec-top{
	margin-top: 20px;
	margin-bottom: 10px;
}
.vid-l{
	margin-bottom: 40px;
	text-align: center;
}
.vid-r{
	text-align: center;
}
.vid-title{
    color: #244165;
    display: block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
}
.vid-content{
	margin-bottom:10px;
}
.video-share .elementor-grid{
	text-align: center;
}
.video-share .elementor-grid > div{
	margin-left: 3px;
	margin-right: 3px;
}
.video-share .elementor-share-btn{
	background: #008FC5 !important;
}
@media (min-width: 768px){
	.vsec-vids{
		gap: 30px;
	}
	.vsec-vid{
		width: 33.33%;
	}
	.vsec-vid-img{
		height: 250px;
	}
	.vid-w{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 6%;
	}
	.vid-l{
		width: 47%;
		order: 2;
	}
	.vid-r{
		width: 47%;
		order: 1;
	}
}