/*
Theme Name:		 Divi Child
Theme URI:		 http://soltuin.com/
Description:	 Divi Child is a child theme of Divi.
Author:			 Cesar Garcia Murguia
Author URI:		 http://soltuin.com/
Template:		 Divi
Version:		 1.0.1
License:         GNU General Public Licence v2 or later
License URI:     http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	 divi-child
*/


/*
    Add your custom styles here
*/


.nmk-blurbs-beneficios img {
    object-fit: cover;
    width: 300px;
    height: 200px;
    border-radius: 40px;
}

.nmk-parrafo span.nmk-highlight,
.nmk-highlight{
    color: #e61b72;
    font-weight: bold;
}

/* Center columns content vertically */
.center-column .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}