/* =========================
	PUBLIC DESKTOP CSS
========================= */

/* Write your Public SASS desktop here! */
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 80% !important;
  }
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {

/* Write your Public SASS mobile-p here! */
.elementor-269 .elementor-element.elementor-element-c4da442 .elementor-image-box-title, .elementor-269 .elementor-element.elementor-element-1997996 .elementor-image-box-title, .elementor-269 .elementor-element.elementor-element-6ced713 .elementor-image-box-title, .elementor-269 .elementor-element.elementor-element-bf6dc6e .elementor-image-box-title {
  margin-top: 0px !important;
}
.elementor-6 .elementor-element.elementor-element-e853b15 .elementor-post__card, .elementor-368 .elementor-element.elementor-element-029b06e .elementor-posts-container {
  text-align: center !important;
}


}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */