.highlight-cards{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 0% 5%;
    /*justify-items: stretch;*/
    justify-items: center;
}

/*.highlight-cards{
    display: flex;
    justify-content: space-evenly;
}*/

.highlight-cards__item{
    min-height: 220px;
    background-size: cover;
}

.highlight-cards__details{
    text-align: center;
}

p.highlight-cards__details-type, h4.highlight-cards__details-title{
    margin: 0!important;
}

.highlight-cards_story > a > .highlight-cards__item{
    min-height: 295px;
    min-width: 300px;
    box-shadow: inset 0px -160px 21px -12px rgb(0 0 0 / 70%);
}

.highlight-cards_card > a > .highlight-cards__item{
    min-width: 300px;
}

.highlight-cards_story > .highlight-cards__details > p.highlight-cards__details-type,
.highlight-cards_story > .highlight-cards__details > h4.highlight-cards__details-title > a{
    color: #ffffff;
}

.highlight-cards_story > .highlight-cards__details > p.highlight-cards__details-type{
    font-family: 'Public Sans', sans-serif;
    font-size: 20px!important;
    font-weight: 400;
}

.highlight-cards_story > .highlight-cards__details > h4.highlight-cards__details-title > a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 21px!important;
    font-weight: 700;
}

.highlight-cards_publication{
    background-color: #e7e7e7;;
    max-height: 220px;
}

.highlight-cards_publication > a > .highlight-cards__item{
    background-size: 110%;
    margin: 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 150px;
}

.highlight-cards_story > .highlight-cards__details{
    position: relative;
    bottom: 90px;
    padding: 0 10px;
}

.highlight-cards_card > .highlight-cards__details > p.highlight-cards__details-type,
.highlight-cards_publication > .highlight-cards__details > p.highlight-cards__details-type,
.highlight-cards_card > .highlight-cards__details > h4.highlight-cards__details-title > a,
.highlight-cards_publication > .highlight-cards__details > h4.highlight-cards__details-title > a{
    color: #000000;
}

.highlight-cards_card > .highlight-cards__details > p.highlight-cards__details-type,
.highlight-cards_publication > .highlight-cards__details > p.highlight-cards__details-type{
    font-family: 'Public Sans', sans-serif;
    font-size: 19px!important;
    font-weight: 400;
}

.highlight-cards_card > .highlight-cards__details > h4.highlight-cards__details-title > a,
.highlight-cards_publication > .highlight-cards__details > h4.highlight-cards__details-title > a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 20px!important;
    font-weight: 700;
}

.highlight-cards_story > .highlight-cards__details > h4.highlight-cards__details-title > a:hover,
.highlight-cards_card > .highlight-cards__details > h4.highlight-cards__details-title > a:hover,
.highlight-cards_publication > .highlight-cards__details > h4.highlight-cards__details-title > a:hover{
    color: #FF4000!important;
}

@media only screen and (max-width: 480px){
    
    .highlight-cards{
        display:flex;
        flex-direction: column;
    }

    .highlight-cards_story > a > .highlight-cards__item{
        min-height: 170px;
    }

    .highlight-cards__item{
        min-height: 140px;
    }

    .highlight-cards_publication > a > .highlight-cards__item{
        background-size: 50%;
        margin: 0 60px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .highlight-cards_story,
    .highlight-cards_card{
        margin: 20px 0;
    }

    .highlight-cards_publication{
        margin: 20px 0 90px 0;
        max-height: 140px;
    }
    
}

.eib-accordion-item > .content > .highlight-cards{
    margin-bottom:100px;
}

div.highlight-cards__details > p.highlight-cards__details-type{
    text-align: center!important;
}



/*  Sector boxes */


.sector-boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .sector-boxes_url{
    color: #000!important;
    margin-top: -25px;
    font-size: 21px!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-weight: 600;
    text-align: center;
  }
  
  .sector-boxes_subtitle{
    font-size:17px!important;
    text-align: center!important;
  }
  
  .sector-boxes_subtitle > a{
    font-size:17px!important;
    text-align: center!important;
    color: #000000!important;
  }
  
  .sector-boxes > div > picture > a > img:hover{
    opacity:60%;
  }
  
  .sector-boxes_url:hover, .sector-boxes_subtitle > a:hover{
    color: #FF4000!important;
  }
.sector-boxes_picture-wrapper img{
    width:250px;
    height:180px;
}
