/* ================== Media Queries ================= */

@media (min-width:575px) and (max-width:767px) {
    .Collage_Frame .frame_title {
        font-size: 28px;
    }

    .products .frame_title .h5_span {
        font-size: 16px;
    }
}