/* Hero news */
.hero-news-container {
    position: relative;
}
.hero-news img {
    transform: rotate(1deg);
}

.hero-news .hero-news-image {
    position: relative;
    overflow: visible;
}

.hero-news .hero-news-image figure {
    position: relative;
    overflow: visible;
    box-shadow: 0px 12px 16px -6px rgba(5, 85, 94, 0.2);
}

.hero-news .hero-news-image figure::before {
    content: "";
    position: absolute;
    top: -34px;
    left: -41px;
    width: calc(100% + 80px);
    height: calc(100% + 70px);
    background-image: url("../img/squiggles/image-positioner-wider.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    overflow: visible;
}

.hero-news-container::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 105px;
    height: 42px;
    background-image: url("../img/squiggles/arrow-twirly-heart-news.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -2;
    overflow: visible;
}

.news-content p {
    letter-spacing: 0.5px;
    line-height: 1.5;
}
