@media (min-width: 750px) {
    .hero-container {
        width: 100vw;
        aspect-ratio: 1307 / 490;
        background: url(/wp-content/themes/etomo/assets/image/how-to-get-loan/hero.png?rev=202510151957);
        background-size: cover;
        display: grid;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .receiver-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 90px 0 0;
    }

    .receiver-container > .receiver-container__title {
        font-size: 40px;
        font-weight: 600;
        color: #0DB14B;
        text-align: center;
        width: 90%;
        display: block;
        margin: 0 auto 25px;
        line-height: 1.5;
    }

    .receiver-container > .receiver-container__description {
        font-size: 20px;
        font-weight: 400;
        color: #1A1A1A;
        text-align: center;
        margin-bottom: 66px;
    }

    .receiver-list {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 125px;
    }

    .receiver-list > .receiver-list__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .receiver-list > .receiver-list__item > span {
        font-size: 20px;
        font-weight: 600;
        margin: auto 0;
    }
}

@media (max-width: 749px) {
    .hero-container {
        width: 100vw;
        aspect-ratio: 1307 / 490;
        background: url(/wp-content/themes/etomo/assets/image/how-to-get-loan/hero.png?rev=202510151957);
        background-size: cover;
        display: grid;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .receiver-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0 0;
    }

    .receiver-container > .receiver-container__title {
        font-size: 22px;
        font-weight: 600;
        color: #0DB14B;
        text-align: center;
        display: block;
        margin: 0 auto 13px;
        line-height: 1.5;
    }

    .receiver-container > .receiver-container__description {
        font-size: 14px;
        font-weight: 400;
        color: #1A1A1A;
        text-align: center;
        margin-bottom: 38px;
    }

    .receiver-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .receiver-list > .receiver-list__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .receiver-list > .receiver-list__item > span {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
}
