#template-expertise {
}

#template-expertise .intro {
     width: 100%;
     height: 290px;
     align-items: center;
     justify-content: center;
     display: flex;
     flex-direction: column;
     background: #fff;
}

#template-expertise.lang-en .intro {
     height:380px;
}

#template-expertise .intro .text {
     width: 650px;
     text-align: center;
     font-weight: 300;
     position: relative;
     opacity: 0;
     top: 20px;
     transition: opacity 0.5s;
     top: 0;
}

#template-expertise .intro.in-view .text {
     opacity: 1;
     top: 0;
}

#template-expertise .summary {
     background-size: cover;
     height: 452px;
     color: #fff;
     justify-content: flex-start;
     padding-top: 126px;
}

#template-expertise .summary .grid {
     width: 1200px;
     display: flex;
     flex-direction: row;
     align-items: flex-start;
     justify-content: flex-start;
}

#template-expertise .summary .title {
     display: flex;
     width: 210px;
     margin-inline-end: 136px;
     margin-top: 0px;
     flex-direction: column;
     position: relative;
     line-height: 60px;

     inset-inline-start: 20px;
     transition: inset-inline-start 0.5s,opacity 0.5s;
     opacity: 0;
     inset-inline-start: 0;
}

#template-expertise .summary.in-view .title {
     inset-inline-start: 0;
     opacity: 1;
}

#template-expertise .summary .title:after {
     content: "";
     width: 0;
     height: 1px;
     background: #fff;
     transition: all 0.5s;
     margin-top: 15px;
}

#template-expertise .summary.in-view .title:after {
     width: 82px;
}

#template-expertise .summary .description {
     width: 680px;
     margin-top: 0px;
}

#template-expertise .summary .text {
     margin-bottom: 20px;
/*     opacity: 0;
     transition: all 0.5s;
     transition-delay: 0.25s;
*/
     opacity: 1;
}

#template-expertise .summary.in-view .text {
     opacity: 1;
}

#template-expertise .summary .read-more {
     color: #fff;
     font-weight: 400;
     font-size: 18px;
/*     opacity: 0;*/
     opacity: 1;
     transition: all 0.5s;
     transition-delay: 0.6s;
}

#template-expertise .summary.in-view .read-more {
     opacity: 1;
}

#template-expertise .summary .read-more .more-arrow {
     margin-inline-start: 6px;
     filter: invert(1);
}