.details-new-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.details-new-content>div {
    gap: 58px;
}

.details-new-content-body p,
.details-new-content-body span,
.details-new-content-body a,
.details-new-content-body strong {
    background-color: transparent !important;
}

.details-new-img {
    width: 45%;
}

.details-new-title {
    color: var(--bellota-color-primary);
    font-weight: 700;
    /* margin-bottom: 58px; */
    width: 50%;
    font-size: 4.25rem;
}

span.details-new-subtitle-border-b {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

a.btn-back-detail-news {
    background-color: var(--bellota-color-primary);
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

a.btn-back-detail-news:hover {
    background-color: var(--bellota-color-primary-hover);
    color: #FFF;
}