/* martyr page styles */
.fallen-container {
    width: 100%;
    min-height: 18rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: rgba(12, 59, 29, 0.95);
    background: linear-gradient(to left, rgb(3, 74, 79), rgb(3, 74, 79) 40%, rgba(3, 74, 79, 0.8));
    /* border-radius: 5px; */
}

.fallen-background {
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    background-size: cover;
    /* filter: blur(5px); */

}

.fallen-img__wrapper {
    max-width: 10rem;
    margin-left: 2rem;
    border: 3px solid #ddd;
    /* border-radius: 10px; */
    overflow: hidden;
}

.fallen-img {
    width: 100%;
    height: auto;
}

.fallen-top {
    margin: 1.2rem;
}

.fallen-describtion {
    /* margin: 1.2rem; */
    padding: 1.2rem;
    border: 1px solid rgb(5, 45, 20);
    /* border-radius: 5px; */
    position: relative;
}

.fallen-informations__title {
    min-width: 80px;
}




/* martyrs page styles */
.fallen-card-item__wrapper {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 25px;
}

.fallen-card-item__wrapper:hover .fallen-card-item__title {
    color: #fff;
}

.fallen-card__image-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50px;
    transform: rotate(25deg);
    border: 3px solid #ddd;
    margin-top: 2.5rem;
}

.fallen-card__image {
    width: 100%;
    height: auto;
    border-radius: 0;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
}

.fallen-card-item__title {
    color: #e89234;
    margin-top: 3.5rem;
}

.fallen-card-item__description {
    color: #fff;
    min-height: 0;
    margin-bottom: 8px;
    line-height: 1.7;
}