.need-help-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 188px;
    box-sizing: border-box;
}

.need-help-info-wrapper {
    display: flex;
    align-items: center;
    column-gap: 136px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.need-help-container {
    background: linear-gradient(90deg, #F6EDFF 0%, #FFE9EA 61%, #FEF4E1 100%);
    border-radius: 20px;
    padding: 43px 112px 51px 166px;
    margin: 0 auto;
}

.need-help-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.need-help-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.call-icon {
    width: 71px;
    height: 76px;
}

.call-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.tollfree-no {
    margin-bottom: 8px;
}

.tollfree-no a {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.call-time,
.call-days {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

@media screen and (max-width:768px) {
    .need-help-section {
        padding: 0 16px;
    }

    .need-help-container {
        padding: 30px 14px 30px 16px;
        border-radius: 10px;
    }

    .need-help-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        color: #1D1D1F;
        padding: 0 24px;
    }

    .call-icon {
        width: 55px;
        height: 56px;
    }

    .call-title,
    .tollfree-no a {
        font-weight: 700;
        font-size: 14px;
        line-height: 130%;
        color: #000000;
    }

    .call-time,
    .call-days {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #000000;
    }

    .need-help-item {
        gap: 24px;
    }

    .tollfree-no {
        display: inline-block;
        width: 100%;
        word-break: break-all;
    }
}