.video_with_textLink .video_content{position: relative; padding-top: 150%; border-radius: 5px; overflow: hidden;}
.video_with_textLink .video_content video{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.heading_video_slider .section_header .heading{margin-top: 0; text-shadow: 1px 1px 2px rgba(232, 176, 8, .664); }
.heading_video_slider .video_with_textLink{display: grid ; grid-template-columns: repeat(4, 1fr); gap: 16px;}

@media screen and (max-width: 989px) {
    .heading_video_slider .video_with_textLink{grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 749px) {
    .heading_video_slider .video_with_textLink{grid-template-columns: 1fr;}
}
