.carousel-news {
    width: 825px;
    height: 196px;
    background-position: center;
    position: relative;
    border-radius: 42px;
}

.carousel-news.small {
    width: 562px;
    height: 100px;
}

.carousel-news img {
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleX(-1);
    z-index: 1;
}

.carousel-news div {
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2;
    width: 70%;
    transform: translateY(-50%);
    text-align: left;
}

.carousel-news div h4 {
    color: #FFFFFF;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.carousel-news div h5 {
    color: #FFFFFF;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 3px 0;
}

.carousel-news div p {
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 14px;
    line-height: initial;
    font-weight: initial;
}
