.news-card {
    display: inline-flex;
    border-radius: 0.6875rem;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}

.news-img {
    width: 100% !important;
    height: 15.4375rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    clip-path: polygon(0% 0%, 0% 100%, 30% 0%, 83% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.news-content > h2 {
    padding: 1.5rem 0;
    font-weight: 700;
}

.news-content > span {
    padding: 1.5rem 0;
}

.img-text-box {
    border-radius: 0.9375rem;
    margin-top: -7.25rem;
    margin-left: 50px;
    left: 0;
    float: right;
    opacity: 0.9;
}

.img-text-box > img {
    position: absolute;
}

.img-text-box > p {
    float: right;
    opacity: 0.9;
    color: black;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 3rem;
    padding: 1rem 0;
}

.detail-p {
    color: #454141;
    text-align: justify;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 250%; /* 2.34375rem */
}
