.desc-1 {
    width: 50%;
}

.img-2 {
    top: 66% !important;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}

@media screen and (max-width: 991px) {
    .desc-1 {
        width: 100%;
    }  

    .dark-category-cover .dark-category-item.dark-category-big .img-1 {
        max-height: 223px !important;
    }
}

@media screen and (max-width: 767px) {
    .img-2 {
        top: 55% !important;
    }
}

@media screen and (max-width: 575px) {
    .dark-category-cover .dark-category-item.dark-category-big .img-1 {
        max-height: 175px !important;
    }
}