@media screen and (max-width: 1440px) {
    .how-help-intro {
        background-position: 80% top;
    }
}

@media screen and (max-width: 1350px) {
    .how-help-intro .how-help-cards {
        padding-top: 93px;
        min-width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .how-help-intro  {
        background: url("../../img/how_help_intro/how-help-intro-tablet.png"), var(--black-500);
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 120px;
        padding-top: 125px;

        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 300px;
    }

    .how-help-intro .how-help-cards {
        min-width: unset;
        width: calc(100% - 48px);
        margin: 0 auto;
        gap: 8px;

        position: static;
        padding-top: 0;
        max-height: 860px;
    }

    .how-help-intro .hero-title {
        position: static;
        padding-left: 25px;
    }

    .how-help-intro .how-help-card {
        font-size: clamp(1.75rem, 1.511rem + 1.02vw, 2rem);
        padding: 63px 39px 63px 32px;
        letter-spacing: -0.01em;
    }

    .how-help-intro .how-help-card h4 {
        font-size: clamp(1.75rem, 1.511rem + 1.02vw, 2rem);
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 576px) {
    .how-help-intro {
        padding-top: 111px;
        background: url(../../img/how_help_intro/how-help-intro-bg.png), var(--black-500);
        background-position: center 9%;
        background-size: 300%;
        background-repeat: no-repeat;
        padding-bottom: 80px;
    }

    .how-help-intro .hero-title {
        padding-left: 16px;
        letter-spacing: -0.52px;
    }

    .how-help-intro .how-help-cards {
        width: calc(100% - 32px);
        max-height: 700px;
        flex: 1 0 0;
    }

    .how-help-intro .how-help-card {
        padding: 24px;
        padding-right: 28px;
    }

    .how-help-cards .how-help-card img {
        max-width: 16px;
        max-height: 16px;
    }

    .how-help-intro .how-help-card h4 {
        line-height: 105%;
        letter-spacing: 0;
    }
}