/*.swiper-slide.post-bx {
    height: auto;
     --r: 20px;
      aspect-ratio: 2;
      padding: calc(2*var(--r));
      background: #020923;
      mask: 
    linear-gradient(#000 0 0) no-repeat
     50%/calc(100% - 1.5*var(--r)) calc(100% - 1.5*var(--r)), 
    radial-gradient(farthest-side,#000 90%,#0000) 
     0 0/calc(1.5*var(--r)) calc(1.5*var(--r)) round;
}*/
/*.swiper-slide.post-bx {
    background-image: url(/wp-content/uploads/2025/03/blog-grid.png);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    margin: 30px!important;
    background-size: calc(100% - 0px) 100% !important;
}*/
/*.swiper-slide.post-bx .inner-bx {
    padding: 50px 50px;
}*/
.swiper-slide.post-bx * {
    color: #fff;
}
.swiper-slide.post-bx .inner-bx {
    background: #152566;
    border-radius: 20px 0px 20px 0px;
}
.swiper-slide.post-bx h3 {
    margin-bottom: 5px;
}
.post-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.post-meta i {
    padding-left: 5px;
}
/*.post-meta span {
    font-size: 14px;
    font-weight: 300;
}*/
.post-img {
    position: relative;
    padding-top: 68%;
}
.post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 0px 0px 0px;
}
/*.post-date {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
}*/
.post_info {
    padding: 25px;
}
/*.post-date span {
    display: block;
    line-height: 1.2;
}*/
@media only screen and (max-width: 767px) {
}

