.accordion-item .accordion-button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 155.02%;
    color: #000000;
}

.accordion-body .detailText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155.02%;
    color: #000000;
}

.accordion-body .property__name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 155.02%;
    color: #000000;
}

.accordion-body .property__value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155.02%;
    color: #000000;
}

.fancy-embed {
    position: relative;
}

.fancy-embed a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}