/* ContentV3b uses a 50-50 split (.half / .half); the image accessory is always
   present, so no empty-column guard is needed. */
.cnt.v3{
   .bg img{
      object-fit: cover !important;
   }
}
.cnt.v3 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}