.angel__banner img{
    width: 100%;
    height: 478px;
    object-fit: cover;
}

.masonry-item {
    margin-top: 0;
    margin-bottom: 24px;
}

.other-angels__title {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Italic;
    margin-bottom: 40px;
}

.other-angels__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.other-angels__item {
    flex-basis: calc((100% - 72px) / 4);
    position: relative;
    padding: 6px 0 0 6px;
}

.other-angels__item-border {
    position: absolute;
    background: #A6988A;
    left: 0;
    top: 0;
}

.angel-border-left {
    width: 1px;
    height: calc(100% - 6px);
}

.angel-border-top {
    height: 1px;
    width: calc(100% - 6px);
}


.other-angels__item::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.82%, rgba(0, 0, 0, 0.61) 100%);
    position: absolute;
    width: calc(100% - 6px);
    height: 100%;
    left: 6px;
    top: 0;
}

.other-angels__image {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.other-angels__name {
    color: #FFFFFF;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Italic;
    font-size: 25px;
}

.prev-next-angels__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border: 1px solid #A6988A;
    padding: 30px;
}

.prev-next-angels__image {
    width: 103px;
    height: 103px;
    object-fit: cover;
    border-radius: 100%;
    flex-shrink: 0;
}

.prev-next-angels__item {
    display: flex;
    gap: 30px;
    align-items: center;
}

.prev-next-angels__item:last-child {
    flex-direction: row-reverse;
}

.prev-next-angels__item:last-child .prev-next-angels__name {
    text-align: end;
}

.prev-next-angels__name,
.prev-next-angels__angel-name {
    text-align: start;
}
.prev-next-angels__name {
    font-size: 36px;
    color: #231F20;
    font-family: Playfair Display;
    line-height: 1.3;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: lowercase;
}
.prev-next-angels__angel-name {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.prev-next-angels__desc {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    color: #231F20;
}

.prev-next-angels__count {
    color: #7A6E63;
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 20px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 8px;
}

.other-angels__item .prev-next-angels__name,
.other-angels__item .prev-next-angels__count,
.other-angels__item .prev-next-angels__angel-name {
    color: #FFF;
}

.prev-next-angels,
.other-angels {
    padding: 0;
    margin-bottom: 60px;
}


@media screen and (max-width: 1199.98px) {
    .prev-next-angels__name {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024.98px) {
    .other-angels__item {
        flex-basis: calc((100% - 48px) / 3);
    }

    .prev-next-angels__name {
        font-size: 26px;
    }

    .prev-next-angels__angel-name {
        font-size: 18px;
    }

    .prev-next-angels__desc {
        font-size: 16px;
    }

    .prev-next-angels__image {
        width: 90px;
        height: 90px;
    }

}

@media screen and (max-width: 767.98px) {
    .other-angels__item {
        flex-basis: calc((100% - 24px) / 2);
    }

    .prev-next-angels__inner {
        gap: 20px;
        padding: 10px;
    }

    .prev-next-angels__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .prev-next-angels__item:last-child {
        flex-direction: column;
    }

    .prev-next-angels__name {
        font-size: 20px;
        text-align: center;
    }

    .prev-next-angels__desc,
    .prev-next-angels__item:last-child .prev-next-angels__name {
        text-align: center;
    }

    .prev-next-angels__angel-name {
        font-size: 16px;
    }

    .other-angels__title {
        margin-bottom: 20px;
    }

    .prev-next-angels__image {
        width: 80px;
        height: 80px;
    }
}

