.seller_seller_content__g3QGB {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}

.seller_seller_box__aCha5 {
    border-radius: 15px;
    padding: 22px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
    cursor: pointer;
    min-height: 170px;
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {

    .seller_seller_content__g3QGB {
        flex-wrap: wrap;
    }

    .seller_seller_box__aCha5 {
        width: 100%;
        /* margin: 0 0 20px; */
    }

}

@media only screen and (max-width: 768px) {

    .seller_seller_content__g3QGB {
        flex-wrap: wrap;
    }

    .seller_seller_box__aCha5 {
        width: 100%;
        /* margin: 0 0 20px; */
    }
}

@media (min-width: 2000px) {
    .seller_seller_box__aCha5 div {
        font-size: 22px;
        margin-left: 5px;
    }

    .seller_seller_box__aCha5 {
        justify-content: normal;
    }
}

@media (min-width: 2400px) {
    .seller_seller_box__aCha5 div {
        font-size: 24px;
        margin-left: 5px;
    }
}



.seller_seller_box__aCha5 {
    transition: border-bottom 0.3s ease, transform 0.3s ease !important;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 203px;
    background: white;
}

.seller_seller_box__aCha5:hover {
    transform: scale(1.1) !important;
    border-bottom: 3px solid #12316e;
}
