  .mini-title{
	font-size: 1.363rem;
	font-weight: 700;
	color: #002f55;
}
.row.display-flex > [class*='col-'] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.news-item {
     padding:20px;
     position: relative;
     margin:0;
}
.news-item .news-wrapper {
    background: #ffffff;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    transition: inherit;
}
 .news-item:hover .news-wrapper {
     box-shadow: 3px 2px 18px 0px rgb(0 0 0 / 10%);
}
 .news-item .image-box {
     overflow:hidden;
     height:250px;
     border-radius: 10px;
}
 .image-box a img {
     display: block;
     width: 100%;
     max-width: 100%;
     height: 100%;
     object-fit: cover!important;
     object-position: top center;
}
 .news-item .date-box {
     position: relative;
     z-index: 2;
     margin-right: 20px;
     margin-left: auto;
     margin-top: -30px;
     width: 60px;
     min-width: fit-content;
     height: 60px;
     padding: 0 9px;
     border-radius: 5px;
     display: flex;
     font-size: 14px;
     text-transform: uppercase;
     color: #ffffff;
     text-align: center;
     flex-direction: column;
     line-height: 1;
     font-weight: bold;
     justify-content: center;
     box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
     background-color:#003359;
}
 .news-item .date-box span {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
 .news-item p.site-box {
    text-transform: uppercase;
     font-size: 14px;
     font-weight: bold;
    color:#717171;
     margin-bottom:10px;
}
 .news-item h3.news-title {
    font-size: 26px;
     line-height:1;
     color:#000;
     margin-bottom:10px;
     font-weight: bold!important;
}
 .news-item a.continue {
     text-transform: uppercase;
     color: #003359;
     margin-bottom: 0;
     font-size: 16px;
     display: block;
     padding: 8px 0;
}
 .news-item:hover a.continue {
    color:#160b42;
    text-decoration:none;
}