.grid-image {
    /*grid-template-rows: 80% 20%;*/}

.main-image {
    position: relative;
    /*min-height: 400px;*/
    /*background-size: cover !important;*/}

.main-image img {
    position: relative;
    z-index: 0;
    object-fit: cover;}


.main-caption {
    font-size: 1.4rem;
    line-height: 1.6rem;
    /*padding: 5% 0;*/
    font-weight: 500;
    min-height: 100px;}

#mainSlider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #666;
    border-radius: 50%;
    border: 0;}

.carousel-indicators .active {
    background-color: red !important;
}

#mainSlider .carousel-indicators {
   margin-bottom: 0;}

.all_news {
    background: #3a75c4;;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 40;
    width: 80px;
    height: 80px;
    position: absolute;
}
.all_news a {
    font-size: 0.85rem;
    word-break: break-word;
    text-decoration: none;
    color: #fff !important;
    line-height: 1rem;
    align-self: center;
    padding: 0 10px;
}

.main_date {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    color: #FFF;
    z-index: 2;
    text-align: center;
    right: 80px;
    position: absolute;

}