div#seld-details-block {
    display: flex;
    /* gap: 110px; */
    justify-content: space-evenly;
}

div#seld-details-block>div {
    width: 25%;
}
div#seld-details-block>div img{
height: auto !important;
}

@media(max-width:767px)
{
	div#seld-details-block {
    flex-direction: column;
}
div#bee-products-bs {
    flex-direction: column;
    gap: 0px;
    text-align: center;
}
div#seld-details-block>div {
    width: 85%;
    margin:auto;
}


div#bee-products-bs {
    flex-direction: column;
    gap: 0px;
    text-align: center;
}
}