.landing-page-grow-cash-section {
    padding: 96px 0px;
}

.landing-page-grow-cash-section .lpgcs-shell {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

.landing-page-grow-cash-section .lpgcs-layout {
    display: grid;
    grid-template-columns: minmax(320px, 590px) minmax(0, 1fr);
    gap: 57px;
    align-items: start
}

.landing-page-grow-cash-section .lpgcs-copy {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding-top: 0px
}

.landing-page-grow-cash-section .lpgcs-label {
    margin: 0;
    color: #4C6769;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase
}

.landing-page-grow-cash-section .lpgcs-heading {
    margin: 16px 0 0;
    color: #033438;
    font-size: clamp(32px, 4.4vw, 44px);
    font-weight: 400;
    letter-spacing: -1.32px;
    line-height: 110%;
}

.landing-page-grow-cash-section .lpgcs-items {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.landing-page-grow-cash-section .lpgcs-item {
    display: flex;
    gap: 14px
}

.landing-page-grow-cash-section .lpgcs-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 2px;
    border: 1.5px solid #6a7f84;
    border-radius: 999px;
    color: #365b63
}

.landing-page-grow-cash-section .lpgcs-item-icon svg {
    width: 12px;
    height: 12px
}

.landing-page-grow-cash-section .lpgcs-item-copy {
    min-width: 0
}

.landing-page-grow-cash-section .lpgcs-item-title {
    margin: 0;
    color: #033438;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    line-height: 140%;
}

.landing-page-grow-cash-section .lpgcs-item-description {
    margin: 4px 0 0;
    color: #4C6769;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.28px;
}

.landing-page-grow-cash-section .lpgcs-actions {
    margin-top: auto;
    padding-top: 8px
}

.landing-page-grow-cash-section .lpgcs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 14px 16px;
    border-radius: 4px;
    background: #FF5900;
    color: #fff;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .2s ease;
}

.landing-page-grow-cash-section .lpgcs-button:hover {
    opacity: .9;
    color: #fff
}

.landing-page-grow-cash-section .lpgcs-image-wrap {
    overflow: hidden;
    border-radius: 12px;
    background: #edf1f2
}

.landing-page-grow-cash-section .lpgcs-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover
}

@media (max-width:1600px) {
 .landing-page-grow-cash-section .lpgcs-shell {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:1199px) {
    .landing-page-grow-cash-section .lpgcs-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .landing-page-grow-cash-section .lpgcs-copy {
        padding-top: 0
    }

    .landing-page-grow-cash-section .lpgcs-image {
        min-height: 420px
    }
}

@media (max-width:767px) {
    .landing-page-grow-cash-section {
        padding: 28px 0px 38px;
    }

    .landing-page-grow-cash-section .lpgcs-heading {
        font-size: 42px
    }

    .landing-page-grow-cash-section .lpgcs-items {
        margin-top: 28px;
        gap: 22px
    }

    .landing-page-grow-cash-section .lpgcs-item-description {
        font-size: 15px
    }

    .landing-page-grow-cash-section .lpgcs-actions {
        margin-top: 36px
    }

    .landing-page-grow-cash-section .lpgcs-button {
        width: auto;
    }

    .landing-page-grow-cash-section .lpgcs-image {
        min-height: 300px
    }
}