.breadcrumb-2{
    background: #F7EEE5;
    padding: 5rem 0rem 10rem 0rem;
}
.breadcrumb-title{
    text-align: center;
}

.archive-detail-photo {
    margin-top: -7rem;
}

.archive-detail-photo  img {
    border-radius: 1.5rem;
}

.archive-detail-content strong{
    font-size: 1.5rem;
    color: #EC5D36 !important;
}

.detail-partners
.partners{
    overflow: hidden;
    background: var(--third);
    padding-top: 0;
    margin-top: 0;
}

.gallery-item img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    max-width: 550px;
    max-height: 500px;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
}