.mini-hero {
    padding: 140px 0 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.mini-hero__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mini-hero__title {
    max-width: 800px;
    margin-bottom:0px;
}
