.understand-business-problem__section {
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_100/v1732786982/business-problem-bg_vhxepz.png");
    background-color: rgba(0, 0, 0, 0.486);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 50vh;
    display: grid;
    place-items: center;
}

.understand-business-problem__section h2 {
    font-weight: 400;
    font-size: 1.875rem;
}

.understand-business-problem__section p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2rem;
    padding: 1.5rem 0 2rem;
}
.understand-business-problem__section a {
    text-decoration: none;
    color: white;
    background-color: var(--primary);
    padding: 1rem 3rem;
    width: 50%;
    margin: 0 auto;
    font-size: 0.775rem;
    display: inline-block;
}

@media (min-width: 800px) {
    .understand-business-problem__section {
        height: 65vh;
    }
    .understand-business-problem__section h2 {
        font-size: 2.625rem;
        line-height: 3.725rem;
    }

    .understand-business-problem__section p {
        font-size: 1.25rem;
        line-height: 2.5rem;
    }
    .understand-business-problem__section a {
        font-size: 0.9rem;
    }
}

@media (min-width: 1440px) {
    .understand-business-problem__section {
        max-height: 552px;
    }
}
