.paragraph--type--press-note {
    width: 40.28%;
    height: 430px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .paragraph--type--press-note {
        height: fit-content;
        margin-block-end: 20px !important;
    }
}

.paragraph--type--press-note .imagePress .field--name-field-image-press-note {
    height: 329px;
    width: 100%;
    float: none !important;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .paragraph--type--press-note .imagePress .field--name-field-image-press-note {
        height: 250px;
    }
}

.paragraph--type--press-note .imagePress .field--name-field-image-press-note img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.paragraph--type--press-note .infoPress {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 18px;
    gap: 10px;
}

.paragraph--type--press-note .infoPress .infoLeft {
    display: flex;
    flex-direction: column;
}

.paragraph--type--press-note .infoPress .infoLeft .title {
    font-family: Inter;
    font-size: 20px;
    height: auto;
    font-weight: bold;
    line-height: 1.55;
    color: var(--dark-blue);
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
    .paragraph--type--press-note .infoPress .infoLeft .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .paragraph--type--press-note .infoPress .infoLeft .title {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.paragraph--type--press-note .infoPress .infoLeft .date {
    font-family: Inter;
    font-size: 18px;
    height: 29px;
    line-height: 1.61;
    color: #828b9a;
}

.paragraph--type--press-note .infoPress .infoRight .field--name-field-icon-download-press-note {
    --size: 42px;
    width: var(--size);
    height: var(--size);
    float: none;
}

@media screen and (max-width: 991px) {
    .paragraph--type--press-note .infoPress .infoRight .field--name-field-icon-download-press-note {
        --size: 36px;
        margin: 0;
    }

    .paragraph--type--press-note .infoPress .infoRight .field--name-field-icon-download-press-note img {
        width: var(--size);
        height: var(--size);
    }
}

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

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

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

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

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

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