.highlights .item{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -webkit-flex-direction: column;
   justify-content: space-between;
   -webkit-justify-content: space-between;
   min-height: 16.5vw;
   height: 100%;
}
.highlights .items.owl-carousel .owl-stage-outer{
   overflow: visible;
}
.csr-report .items .item{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -webkit-flex-direction: column;
   justify-content: space-around;
   -webkit-justify-content: space-around;
   min-height: 13.3vw;
   height: 100%;
   padding-right: 3.5em;
   border: unset;
   position: relative;
}
.csr-report .items.owl-carousel .owl-stage-outer{
   overflow: visible;
}
.csr-report .item:after{
   position: absolute;
   content: "";
   height: calc(100% - 4px);
   width: calc(100% - 4px);
   border: 2px solid #D1D1D1;
   right: 0;
   top: 0;
}
.csr-report .item:hover:after{
   border: 2px solid #000;
}
.csr-report .block-btn{
   text-align: center;
}
.page-template-corporate-social-responsibility .item:not(.sub-item) + .sub-item{
   margin-top: 0;
}
.page-template-corporate-social-responsibility .content .title_columns.border_top{
   padding-top: 12px;
}
.page-template-corporate-social-responsibility .link_to_pdf{
   margin-bottom: 0 !important;
}

@media (max-width: 1300px){
   .page-template-corporate-social-responsibility .link_to_pdf{
      margin-top: 10px !important;
   }
}
