.about-img-col img {
    border: 2px solid var(--primary);
    padding: 4px;
}

.payment-title {
    margin-top: 25px !important;
}

.payment-logo svg {
    width: 120px;
    height: auto;
    max-width: 100%;
}

.payment-logo-col {
    text-align: center;
}

.payment-title {
    margin-top: 0;
}

.inner-six-col {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

@media(min-width: 641px) {
    .inner-six-col {
        grid-template-columns: repeat(3, 1fr);
    }    
}

@media(min-width: 990px) {
    .inner-six-col {
        grid-template-columns: repeat(6, 1fr);
    }    
}

.inner-six-col .flex_column {
    width: 100% !important;
}

.inner-six-col h4.av-special-heading-tag {
    color: #333 !important;
}

.inner-six-col img {
    width: 100px;
}