.custom_grid_2 .wpb_wrapper{
    display: grid;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

@media screen and (min-width: 769px){
    .custom_grid_2 .wpb_wrapper{
        grid-template-columns: 1fr 1fr;
    }
}