.latest-press-releases {
    background-color: #eaeef2;
    padding: 50px 0px;
}

.latest-press-releases .presscards {
    background-color: #fff;
    border-radius: 16px;
    padding: 25px;
    border-bottom: solid 3px #ed3438;
    height: 250px;
    display: grid;
    place-content: space-between;
}

.latest-press-releases .presscards h4 {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: var(--black) !important;
}

.latest-press-releases .presscards .dstes {
    font-size: 16px;
    font-weight: 400;
    color: #9d9d9d;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}

.latest-press-releases .common-cta {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .latest-press-releases .presscards h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .latest-press-releases .presscards h4 {
        font-size: 16px;
    }

    .latest-press-releases .presscards .dstes {
        font-size: 12px;
    }

    .latest-press-releases .presscards {
        height: 210px;
    }
}

/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .latest-press-releases .presscards h4 {
        font-size: 13px;
        line-height: 140%;
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .latest-press-releases .presscards h4,
    .latest-press-releases .presscards .dstes {
        font-size: 12px;
    }

    .latest-press-releases .presscards {
        height: 210px;
    }

    .latest-press-releases .common-cta {
        top: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .Latest-financial-results .latest-results .latest-results-Rhs {
        padding: 10px 0px;
    }

    .latest-press-releases .presscards {
        margin-bottom: 20px;
    }

    .latest-press-releases .common-cta {
        top: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .latest-press-releases .presscards {
        height: auto;
        margin-bottom: 20px;
    }

    .latest-press-releases .presscards h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .latest-press-releases .common-cta {
        position: relative;
        right: 0px;
        top: 0px;
        margin-top: 10px;
    }
}

/*# sourceMappingURL=latest-press-releases.css.map */