.paragraph--type--section-press-note {
    width: 82.88%;
    margin: 0 8.52%;
    margin-bottom: 105px;
}

.paragraph--type--section-press-note .field--name-field-section-press {
    display: flex;
    flex-wrap: wrap;
}

.paragraph--type--section-press-note .field--name-field-section-press .field__item {
    flex: 0 0 50%;
}

.paragraph--type--press-note {
    width: calc(100% - 8.52% / 2);
}

@media screen and (max-width: 1919px) {
    .paragraph--type--press-note {
        margin: 0 8.58%;
        margin-bottom: 105px;
        width: calc(100% - 8.58% / 2);
    }

}

@media screen and (max-width: 1439px) {
    .paragraph--type--press-note {
        margin: 0 8.61%;
        margin-bottom: 105px;
        width: calc(100% - 8.61% / 2);
    }

}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .paragraph--type--section-press-note .field--name-field-section-press .field__item {
        flex: 0 0 100%;
    }

    .paragraph--type--press-note {
        width: 100%;
        margin-inline: 0;
    }
}

@media screen and (max-width: 467px) {}