.merchant_info_container {
    background-color: #fff;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.merchant_info_details_container {
    display: flex;
    width: 56%;
    justify-content: space-between;
    padding: 0px 30px 20px 30px;
}

.info_details_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info_details_wrap span:first-child {
    color: #666E80;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.info_details_wrap span:last-child {
    color: #010047;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    font-weight: 500;
}

.merchant_cards_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    gap: 24px;
}

.merchant_cards_container {
    display: flex;
    gap: 14px;
}

.merchant_cards_section_inner {
    background-color: #fff;
    padding: 24px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 10px;
}

.merchant_cards {
    position: relative;
}

.merchant_cards_container .merchant_cards img {
    max-width: 100%;
    margin: 0 auto;
}

.merchant_cards .card_contents {
    position: absolute;
    top: 50%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, -50%);
}

.merchant_cards .card_contents span {
    color: #17181A;
    font-size: clamp(0.625rem, 0.5179rem + 0.5357vw, 1rem);
    font-weight: 500;
    text-align: center;
}

.merchant_payment_section {
    background-color: #fff;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.merchant_payment_section .dsb_payments_heading {
    margin-bottom: 0;
}

.merchant_payment_section .dsb_payments_heading span {
    display: flex;
}

.pb_114 {
    padding-bottom: 114px;
}

@media only screen and (max-width: 1600px) {
    .merchant_info_details_container {
        width: 65%;
    }
}

@media only screen and (max-width: 1450px) {
    .merchant_info_details_container {
        width: 80%;
    }
}

@media only screen and (max-width: 1280px) {
    .merchant_info_details_container {
        width: 90%;
    }

    .merchant_cards .card_contents img {
        height: 60px;
        width: auto;
    }

    .merchant_cards .card_contents span {
        line-height: 1.3;
        font-size: 12px;
    }

    .merchant_cards_container {
        gap: 10px;
    }

    .merchant_cards_section {
        gap: 14px;
    }

    .merchant_cards_section_inner {
        padding: 20px 10px 16px 10px;
    }

}

@media only screen and (max-width: 1100px) {
    .merchant_cards_section {
        flex-direction: column;
    }

    .merchant_cards .card_contents span {
        font-size: 14px;
    }

    .merchant_cards .card_contents img {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .merchant_info_details_container {
        width: 95%;
        justify-content: space-between;
        padding: 0px 16px 16px 16px;
        gap: 20px;
    }

    .info_details_wrap {
        gap: 10px;
    }
}




@media only screen and (max-width: 900px) {

    .merchant_cards_section {
        flex-direction: column;
    }

    .merchant_cards .card_contents img {
        height: 100px;
    }

    .merchant_cards .card_contents span {
        font-size: 14px;
    }

    .merchant_cards_container {
        gap: 16px;
    }

    .info_details {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 650px) {
    .merchant_cards .card_contents img {
        height: 70px;
    }
}

@media only screen and (max-width: 500px) {
    .merchant_cards .card_contents img {
        height: 35px;
    }

    .merchant_cards .card_contents span {
        font-size: 11px;
    }

    .merchant_cards_section_inner {
        gap: 14px;
    }

    .merchant_info_container {
        gap: 14px;
    }

    .info_details_wrap span:last-child {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 95%;
    }

    .merchant_info_details_container {
        padding: 0px 16px 16px 0px;
        gap: 3px;
    }

    .merchant_cards_container {
        gap: 6px;
    }

    .merchant_cards .card_contents {
        gap: 8px;
    }
}


@media only screen and (max-width: 400px) {
    .merchant_cards_container {
        gap: 10px;
    }

    .merchant_cards_section_inner {
        padding: 15px 10px 15px 10px;
    }

    .merchant_cards .card_contents img {
        height: 40px;
    }

    .info_details_wrap span:last-child {
        font-size: 9px;
    }

    .merchant_cards .card_contents span {
        font-size: 10px;
    }

    .info_details_wrap span:first-child {
        font-size: 10px;
    }

    .section_title img {
        width: 18px;
    }

    .merchant_info_details_container {
        padding: 0px;
        gap: 8px;
        width: 100%;
    }

    .merchant_info_container {
        padding: 10px;
    }
}