/* Extra small devices (phones, 0px and up) */
@media (max-width: 575px) {
    img {
        max-width: 100%;
    }
    .partner_title {
        margin-top: 20px;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    /* Your styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Your styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Your styles for large devices */
}