/* ------------------------ Responsive Design Languages------------------------ */
/* Desktop */

html[lang="es-ES"]
  .services-wrapper
  .service-single-box
  h3.elementor-heading-title.elementor-size-default,
html[lang="ru-RU"]
  .services-wrapper
  .service-single-box
  h3.elementor-heading-title.elementor-size-default,
html[lang="uk"]
  .services-wrapper
  .service-single-box
  h3.elementor-heading-title.elementor-size-default {
  font-size: 28px !important;
  line-height: 34px !important;
}
html[lang="es-ES"] .services-wrapper .service-single-box,
html[lang="ru-RU"] .services-wrapper .service-single-box,
html[lang="uk"] .services-wrapper .service-single-box {
  position: relative;
  width: 100%;
  height: 490px !important;
  max-width: 350px !important;
}

@media (max-width: 1650px) {
}
/* Laptop XL*/
@media (max-width: 1500px) and (min-width: 1401px) {
}

/* Laptop + Tablet Ultra */
@media (max-width: 1400px) {
}

/* Tablet normal */
@media (max-width: 1024px) {
}

/* Tablet small */
@media (max-width: 767px) {
  html[lang="es-ES"] .services-wrapper .service-single-box,
  html[lang="ru-RU"] .services-wrapper .service-single-box,
  html[lang="uk"] .services-wrapper .service-single-box {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 490px !important;
    max-width: 350px !important;
  }
}
/* Mobile */
@media (max-width: 479px) {
}
/* Mobile XS*/
@media (max-width: 350px) {
}
