/*Footer*/
.column-footer .mod-footer-column p, .column-footer .mod-footer-column a, .column-footer .mod-footer-column .mod-footer-column-title {
    font-size: .75em;
}

@media screen and (max-width: 1000px) {
    .mod-footer-column-wrap {
        padding: 1.5em 0;
        display: flex;
        flex-direction: column;
    }

    .column-footer .mod-footer-column {
    width: 100%;
}
}



/*Small Promo*/
.mod-tile-wrap-outer {
    background: #ffffff;
}
.mod-tile {
    background: #ffffff;
}

.mod-tile-wrap-horiz .mod-tile-image-wrap .mod-tile-image {
    position: absolute;
    display: block;
    max-width: none;
    min-width: auto;
    width: 10%;
    max-height: none;
    min-height: 25%;
    object-fit: cover;
}

.mod-tile-headline {
    padding: 0 0 .25em 0;
    font-size: 1.5em;
    line-height: 1em;
    color: #414141;
}

.mod-tile-wrap-horiz .mod-tile-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 5em;
    overflow: hidden;
}

/*Custom Mobile Area*/
.promo-section-wrapper {
    margin: 1em;
}

/* === GENERAL CONTAINERS AND BASE STYLES === */
.promo-section-wrapper {
    padding: 20px;
    max-width: 100%;
    margin: 0em 16%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.large-header-box {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
.large-text-box {
    width: 100%;
    background-color: white;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.4;
    flex-grow: 1; 
}
.large-text-box p {
    margin: 0;
}

.promo-logo-box {
    width: 100px; 
    height: 100px; 
    flex-shrink: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}

.app-icon {
    width: 10em;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
}
.app-store-container {
    display: flex;
    gap: 10px;
}


.promo-header-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    
}

.promo-features-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 1em 1em;
}

.promo-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}


.feature-item {
    display: flex;
    align-items: flex-start; 
    gap: 10px;
    flex: 1 1 30%; 
}
.feature-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.feature-text {
    font-size: 0.95rem;
    line-height: 1.2;
}

@media (max-width: 800px) {
    .promo-section-wrapper {
        align-items: center;
        text-align: center;
        padding: 15px;
    }
    
    .promo-header-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .large-text-box {
        width: 100%; 
        order: 1; 
    }

    .promo-logo-box {
        order: 0; 
        margin-bottom: 15px;
    }
    
    .promo-features-row {
        flex-direction: column;
        align-items: flex-start; 
        width: 100%;
        gap: 15px;
    }
    .feature-item {
        width: 100%;
    }
    
    .promo-bottom-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .app-store-container {
        margin-top: 15px; 
        flex-direction: column;

    }

    .app-icon{
        width: 100%;
    }
}

/*Custom Area - Why Bank Locally*/
.bank-local-div {
    width: 60%;
    padding: 1em 0em;
}

.image-local-div {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 2em 0em;
}

.why-bank-locally {
    display: flex;
    flex-direction: row;
    margin: 0em 16%;
    justify-content: space-between;
}

.header-local {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: .5em 0em;
}

button.CTA-Button {
    background: #a49876;
    border: none;
    color: white;
    padding: .5em .5em;
    border-radius: .5em;
    font-size: .75em;
    font-weight: bold;
}