.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-paragraph-subtitle {
	padding-left: 77px;
	padding-right: 77px;
	font-size: 1.35rem;
	font-weight: 500;
}

.custom-paragraph-advise {
	padding-left: 50px;
    padding-right: 50px;
    font-size: 1.13rem;
}

.bold-text {
	font-weight: 600; /* Hace el texto ligeramente más negrita */
}