.field .paragraph--type--destacat-secundari-50-anys .highlighted-content,
.field .paragraph--type--highlighted-item .highlighted-content {
    background-color: var(--c-white);
    display: grid;
    grid-template-columns: 1fr;
    margin: 1rem;
    padding-left: 0;
    padding-right: 0;
    box-shadow: var(--box-shadow);
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content::before, .field .paragraph--type--destacat-secundari-50-anys .highlighted-content::after,
.field .paragraph--type--highlighted-item .highlighted-content::before,
.field .paragraph--type--highlighted-item .highlighted-content::after {
    display: none;
}
@media (min-width: 48rem) {
    .field .paragraph--type--destacat-secundari-50-anys .highlighted-content,
    .field .paragraph--type--highlighted-item .highlighted-content {
        margin: 3rem auto;
    }
}
@media (min-width: 62rem) {
    .field .paragraph--type--destacat-secundari-50-anys .highlighted-content,
    .field .paragraph--type--highlighted-item .highlighted-content {
        grid-template-columns: 1fr 1fr;
        margin: 5rem auto 6rem;
    }
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .field--name-field-highlighted-image,
.field .paragraph--type--highlighted-item .highlighted-content .field--name-field-highlighted-image {
    height: 100%;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .field--name-field-highlighted-image img,
.field .paragraph--type--highlighted-item .highlighted-content .field--name-field-highlighted-image img {
    height: 100%;
    object-fit: cover;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text,
.field .paragraph--type--highlighted-item .highlighted-content .highlighted-text {
    padding: 2rem;
    max-height: auto;
    color: var(--c-black);
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text h3,
.field .paragraph--type--highlighted-item .highlighted-content .highlighted-text h3 {
    transition: all 0.4s;
    margin-block-start: 0;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text p,
.field .paragraph--type--highlighted-item .highlighted-content .highlighted-text p {
    padding-bottom: 0.85rem;
}
@media (min-width: 62rem) {
    .field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text,
    .field .paragraph--type--highlighted-item .highlighted-content .highlighted-text {
        max-height: 19rem;
    }
}
@media (min-width: 75rem) {
    .field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text,
    .field .paragraph--type--highlighted-item .highlighted-content .highlighted-text {
        padding: 3rem;
    }
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text .readmore,
.field .paragraph--type--highlighted-item .highlighted-content .highlighted-text .readmore {
    color: var(--c-primary);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content .highlighted-text .readmore::after,
.field .paragraph--type--highlighted-item .highlighted-content .highlighted-text .readmore::after {
    content: '';
    background: url("../../images/icons/readmore_red.svg");
    margin-left: 0.5rem;
    width: 18px;
    height: 11px;
    background-size: 18px 11px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content:hover,
.field .paragraph--type--highlighted-item .highlighted-content:hover {
    text-decoration: none;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content:hover h3,
.field .paragraph--type--highlighted-item .highlighted-content:hover h3 {
    color: var(--c-primary);
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content:hover .readmore,
.field .paragraph--type--highlighted-item .highlighted-content:hover .readmore {
    text-decoration: underline;
}

.field .paragraph--type--destacat-secundari-50-anys .highlighted-content:hover .readmore::after,
.field .paragraph--type--highlighted-item .highlighted-content:hover .readmore::after {
    opacity: 1;
}
