.paragraph-twocols {
	display: flex;
    justify-content: center;
    width: 100%;
    margin-top:55px;
}

.paragraph-twocols .container_col_feat_general {
	max-width: 500px;
    display: flex;
    align-items: center;
	flex-direction: column;
	margin-bottom: 80px;
}

.paragraph-twocols .field--name-field-column-icon img {
	width: 100%;
	aspect-ratio: auto 416 / 234;
	height: 234px;
}

.paragraph-twocols .field--name-field-enlace-cta-btn a {
    text-decoration: none;
    text-align: center;
    font-family: neosans;
    font-size: 16px;
    font-weight: normal;
    color: var(--color-white);
    border: 1px solid var(--color-primary-600);
    background-color: var(--color-primary-600);
    border-radius: 100px;
    padding: 12px 24px;
    width: fit-content;
}

.paragraph-twocols .container_col_feat_header,
.paragraph-twocols .container_col_feat_header > :first-child
{
	font-family: 'neosans';
    font-Weight: 500;
    font-size: 24px;
    color: var(--color-black);
	text-align: left;
}

.paragraph-twocols .field--name-field-column-body,
.paragraph-twocols .field--name-field-column-body p{
	text-align: left;
	font-family: 'neosans';
    font-size: 16px;
}

.paragraph-twocols .container_col_feat_wrapper,
.paragraph-twocols .container_col_feat_button
{
	display: flex;
    flex-direction: column;
    width: 75%;
    justify-content: space-between;
}

.paragraph-twocols .container_col_feat_button
{
	text-align: left;
    padding-top: 20px;
	margin-top: auto;
}

.paragraph-colfirst, .paragraph-colsecond {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
	.paragraph-twocols {
		flex-direction: column;
		padding: 0 20px;
	}

	.paragraph-twocols .container_col_feat_general {
		max-width: none;
	}

	.paragraph-twocols .container_col_feat_wrapper,
	.paragraph-twocols .container_col_feat_button
	{
		max-width: 600px;
		width: 100%;
	}

	.paragraph-twocols .field--name-field-column-icon img {
		width: 100%;
		height: auto;
		aspect-ratio: 416/234;
		max-height: 338px;
	}

	.paragraph-twocols .field--name-field-column-icon {
		height: auto;
	}


}