.hdf-inner-shop-and-collect-img-container {
    position: relative;
}

div#hdf_shop_and_collect_socials {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

/**** Responsive section start ****/

/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
    div#hdf_shop_and_collect_socials {
        position: unset;
    }
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium Devices (Tablets, Small Laptops, Desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra Large Devices (Large Desktops, TVs) */
@media (min-width: 1200px) {
}

/**** Responsive section end ****/