.hero {
    padding-bottom: var(--section-padding);
}

.hero .title-small.alt {
    color: #fff !important;
}

.hero .text-big {
    padding: 30px 0
}

.hero .topics span {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid var(--color-ink-soft);
}

.hero .topics span:last-child {
    border: none;
}

.hero .bg-image-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 80%;
    padding-right: 8vw;

}

.hero .bg-image-container.dark-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.hero .insights-featured-content {
    position: relative;
    z-index: 4;
    padding: 60px;
}

@media (max-width: 1299px) {
    .hero .bg-image-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        width: 100%;
        padding: 0px
    }

}

.more-insights .property-list .row {
    align-items: center;
    padding: 40px 0
}

.more-insights .property-list .row .title-h4 {
    margin-top: -20px
}

.more-insights .property-list img {
    filter: grayscale(1);
    opacity: 0.88;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s ease, opacity 0.7s ease;
}

.more-insights .property-list .row:hover img {
    transform: scale(1.04);
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 1299px) {
    .more-insights .property-list img {
        filter: none;
    }
}

.good-ideas .row>div {}

.good-ideas .text-big {
    align-self: flex-end;
}

.good-ideas p.text-big {
    margin: 0 !important;
}

.good-ideas .end {
    align-self: flex-end;
}