.videos-gallery{position:relative}.videos-gallery .heading{color:var(--primary_color);font-size:50px;font-weight:700;margin-bottom:20px}.videos-gallery .heading span{display:inline-block;font-family:adobe-handwriting-ernie,sans-serif;font-size:56px;font-weight:400}.videos-gallery .content{margin-bottom:30px}.videos-gallery .content p{color:var(--primary_color);font-size:24px;font-weight:600;line-height:36px;line-height:1.2;margin-bottom:30px}.grid-container{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery-card{background-color:#fff;border-radius:18px;overflow:hidden;position:relative}.img-fluid{height:100%!important}.gallery-card video{left:0;object-fit:cover;position:absolute;right:0;transition:.5s}.gallery-card video,.gallery-card:hover img{visibility:hidden;z-index:1}.gallery-card:hover video{visibility:visible}.videos-gallery .button-wrapper{margin-top:40px;text-align:center}@media(max-width:1240px){.videos-gallery .heading{font-size:50px;margin-bottom:15px}.videos-gallery .heading span{font-size:50px}.videos-gallery .content{margin-bottom:30px}}@media(max-width:1024px){.videos-gallery .heading{font-size:36px}.videos-gallery .heading span{font-size:40px}.videos-gallery .content p{font-size:18px;line-height:26px}.videos-gallery .content p br{display:none}}@media(max-width:767px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.grid-container{grid-template-columns:repeat(1,1fr)!important}}