.three-across-cards--two-col .three-across-cards__card-wrapper {
    @media (min-width: 992px) {
        width: 50%;  
        margin: 0 !important;
    }
}
  
.three-across-cards--two-col .three-across-cards__cards {
    justify-content: center;
}
  
.three-across-cards .full {
    max-width: 1440px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
}

/* Experience Editor Styles */
.is-page-editor .three-across-cards__cards {
    justify-content: center;
}

.is-page-editor .three-across-cards__cards > .scLooseFrameZone  {
    width: auto;
}

.is-page-editor .three-across-cards__card-wrapper {
    width: 456px;
}

.is-page-editor .three-across-cards__card:hover {
    transform: scale(1);
}
