.expectation-section {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding-top: 60px;
}

.expectation-section .particles-parallax {
    inset: -190%;
}

.expectation-section .row {
    min-height: 0;
}

@media (min-width: 768px) {
    .expectation-section .row {
        min-height: 440px;
    }
}

.expectation-card {
    border-color: var(--dark-line) !important;
}

.expectation-card:nth-child(2) {
    align-self: center;
}

.expectation-card:nth-child(3) {
    align-self: end;
}