.section-home {
    height: auto;
}

.background-header {
    background: url('/images/wma/solutions/header_mobile.webp') no-repeat center bottom;
    background-size: cover;
    min-height: 48vh;
}

.card-body h3 {
    color: var(--third-color);
}

@media screen and (min-width: 1200px) {

    .section-home {
        margin-top: 80px;
        height: calc(100vh - 80px);
    }

    .background-header {
        background: url('/images/wma/solutions/header.webp') no-repeat left top;
        background-size: contain;
        height: calc(100vh - 100px);
    }

}
