/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */


/* Contenedor flex para las dos columnas */
.account-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;               /* espacio entre columnas */
  margin-bottom: 2rem;   /* separación respecto al siguiente bloque */
}

/* Cada columna al 48% de ancho */
.account-row .column.half-width {
  flex: 0 0 48%;
}

/* Opcional: asegurar que no quede margen extra en la última */
.account-row .column.half-width:last-child {
  margin-right: 0;
}

.section-title {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  color: #1F2C19;
  text-transform: uppercase;
  border-bottom: 1px solid #1F2C19;
  padding-top: 25px;
  padding-bottom: 25px; /* opcional, para separar el texto del borde */
  margin-bottom: 25px;    /* opcional, para espaciar con el contenido */
 
}

.button-wrapper .button {
	width:100%!important;
	text-align: center;
	padding: 15px!important;
	color: #ECEBE8!important;
	margin-top: 75px!important;
}

.et_pb_text_1.et_pb_text a.button{
	color: #ECEBE8!important;
}

.et_pb_text_1.et_pb_text a.button:hover {
		color: #ECEBE8!important;
}

.et_pb_text_1.et_pb_text a.button:after {
 display:none;
}