
/* =======================
RPS. desktops, 992px and up
========================== */
@media (min-width: 1025px) { 
	.blog-text-size h1 {
        font-size: 48px !important;
	}
    .blog-text-size h2 {
        font-size: 30px !important;
	}
    .blog-text-size h3 {
        font-size: 26px !important;
	}
    .blog-text-size h4,h5 {
        font-size: 16px !important;
	}
    .blog-text-size h6 {
        font-size: 14px !important;
	}
    .blog-text-size li {
        font-size: 14px !important;
	}
    .blog-content-img img {
        width: 480px !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
        pointer-events: none;
    }
}
@media (min-width: 992px) and (max-width: 1024px)  { 
	.blog-text-size h1 {
        font-size: 42px !important;
	}
    .blog-text-size h2 {
        font-size: 26px !important;
	}
    .blog-text-size h3 {
        font-size: 24px !important;
	}
    .blog-text-size h4,h5 {
        font-size: 16px !important;
	}
    .blog-text-size h6 {
        font-size: 14px !important;
	}
    .blog-text-size li {
        font-size: 14px !important;
	}
    .blog-content-img img {
        width: 480px !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
        pointer-events: none;
    }
}

/* ==========================
RPS. tablets, 768px and up
========================== */
@media (min-width: 768px) and (max-width: 991.98px) {
	.blog-text-size h1 {
        font-size: 32px !important;
	}
    .blog-text-size h2 {
        font-size: 24px !important;
	}
    .blog-text-size h3 {
        font-size: 22px !important;
	}
    .blog-text-size h4,h5 {
        font-size: 16px !important;
	}
    .blog-text-size h6 {
        font-size: 14px !important;
	}
    .blog-text-size li {
        font-size: 14px !important;
	}
    .blog-content-img img {
        width: 420px !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
        pointer-events: none;
    }
}
/* ==========================
RPS. mobile, 320px and up
========================== */
@media (min-width: 320px) and (max-width: 380px) {
	.blog-text-size h1 {
        font-size: 24px !important;
	}
    .blog-text-size h2 {
        font-size: 22px !important;
	}
    .blog-text-size h3 {
        font-size: 20px !important;
	}
    .blog-text-size h4,h5 {
        font-size: 16px !important;
	}
    .blog-text-size h6 {
        font-size: 14px !important;
	}
    .blog-text-size p {
        font-size: 14px !important;
	}
    .blog-text-size li {
        font-size: 14px !important;
	}
    .blog-content-img img {
        width: 200px !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
        pointer-events: none;
    }
}
@media (min-width: 381px) and (max-width: 767px) {
	.blog-text-size h1 {
        font-size: 24px !important;
	}
    .blog-text-size h2 {
        font-size: 22px !important;
	}
    .blog-text-size h3 {
        font-size: 20px !important;
	}
    .blog-text-size h4,h5 {
        font-size: 16px !important;
	}
    .blog-text-size h6 {
        font-size: 14px !important;
	}
    .blog-text-size p {
        font-size: 14px !important;
	}
    .blog-text-size li {
        font-size: 14px !important;
	}
    .blog-content-img img {
        width: 200px !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
        pointer-events: none;
    }
}