.vGallery {padding: 120px 0; position: relative;}
.vGallery h2 {padding-bottom: 30px; margin-bottom: 50px; border-bottom: 3px solid #221E20;}
.vGallery .totalCard {display: flex; flex-direction: column; gap: 1rem;}
.vGallery .group {display: grid; grid-template-columns: 1fr 1fr; gap: 40px;}
.vGallery .group.three {grid-template-columns: 1fr 1fr 1fr; }
.vGallery .overlay {width: 100%; position: absolute; opacity: .4; content=''; background-color: #000; z-index: 3; inset: 0;}
.vGallery .image {border-radius: 6px; overflow: hidden; max-width: 100%;position: relative; z-index; 2; height: 210px;}
.vGallery .image img {height: 100%!important; width: 100%; object-fit: cover;}
.vGallery .image:after { pointer-events: none; position: absolute; content: ''; height: 91px; width: 91px; background-color: rgba(255,255,255, .8); z-index: 4; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 100%;}
.vGallery .image:before {z-index: 5; pointer-events: none; content: ""; position: absolute; top: 50%; left: 51%; transform: translate(-50%, -50%) rotate(90deg); width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 45px solid rgba(0,0,0,.6);}
.vGallery .image img {width: 100%; }
.vGallery .bottomText {text-align:center; padding: 20px 0; font-weight: 700;}
.vGallery p {font-weight: 700; font-size: 18px;}
.vGallery .overlay {position: absolute; inset: 0; background-color: #000; opacity: .6; z-index: 2;}
.vGallery .content-wrapper {position: relative; z-index: 3;}
@media (max-width: 1050px){
  .vGallery .group.three {grid-template-columns: 1fr 1fr ;}
}

@media (max-width: 730px){
  .vGallery .group.group {grid-template-columns: 1fr;}
  .vGallery .image:after {height: 80px; width: 80px;}
  .vGallery .image:before { border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 40px solid #000;}
}