.awam-releases-container{
    max-width: 800px;
}
.awam-releases{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.awam-releases-img{
    background: url("../images/bg_icon/logo_landp_black.png") no-repeat center center;
    background-size: 100px 100px;
    background-color: rgba(255, 255, 255, 0.70); /* лёгкая белая дымка */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 360px;
    width: 100%;
    position: relative;
    border: 1px solid var(--awan-color-weis);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.awam-releases-img img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* ключевой параметр */
    object-position: center;
    display: block;

}
.awam-releases-img > div{
    position: absolute;
    bottom: 16%;
    left: 0;
    display: inline-block;
    padding: 15px 0;
    min-width: 90%;
    margin-left: 5%;
    background: var(--awam-color-rosa-05);
    opacity: 0.5;
    border: 1px solid var(--awam-color-rosa-05);
    border-radius: 8px;
    color: var(--awan-color-weis);
    text-align: center;
}

.awam-releases-body{
    padding: 25px;
    border: 1px solid var(--awan-color-weis);
    border-radius:  0 0 8px 8px;
}
.awam-releases-body .awam-releases-title{
    font-family: var(--awam-font-menu);
    font-size: 3rem;
    color: var(--awam-color-text);
}
.awam-releases-body .awam-releases-start{
    font-size: 1rem;
    opacity: 0.5;
    margin-bottom: 25px;
}
.awam-releases-body .awam-releases-desc,
.awam-releases-body .awam-releases-desc-blocks{
    user-select: none;
    pointer-events: none;
    margin-bottom: 25px;
}
.awam-releases-body .awam-releases-desc-blocks{
    filter: blur(3px);
    -webkit-filter: blur(4px);
}
.awam-releases-body .awam-releases-btn{
    text-align: center;
}
