@media screen and (max-width: 992px) {
    .footer-logo {
        width: 35%;
        /*filter: drop-shadow(2px 4px 6px black);*/
    }
    .blog-banner{
        height: 103px;
        background-image: url('../imges/blogs.svg');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        background-size: contain;
      }
      .buyimg1 {
        margin-top: 20px;
    }
    .pro_details {
        padding-left: 15px;
    }
    .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
}
