/*---------------------------------------------------------------------------------

 Theme Name:   Mission-Bell-Communications
 Theme URI:    https://missionbell.net
 Description:  Boiler plate strating place for 
 Author:       Steve Law
 Author URI:   https://missionbell.net
 Template:     Divi
 Version:      1.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@media only screen and (min-width: 1280px){
.revweb-2-col{
column-count: 2;
column-gap: 60px;
column-rule: 2px solid #ccc;
}

.revweb-3-col{
column-count: 3;
column-gap: 60px;
column-rule: 2px solid #ccc;

	}}


.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}