.elementor-escen-products {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto", Sans-serif;
}
.elementor-escen-products-item {
  padding: 10px;
}
.elementor-escen-products-item-inner {
  background-color: #fff;
  position: relative;
  display: block;
  height: 100%;
}
.elementor-escen-products-item h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
}
.elementor-escen-products-item p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.elementor-escen-products-image {
  position: relative;
  display: block;
  width: 100%;
}
.elementor-escen-products-content {
  padding: 35px 35px 73px;
}
.elementor-escen-products-content .elementor-button-wrapper {
  position: absolute;
  bottom: 35px;
}
.elementor-escen-products-content
  .elementor-button-wrapper
  .elementor-button-text {
  font-family: "Roboto", Sans-serif;
  font-weight: 800;
}
.elementor-escen-products-image {
  overflow: hidden;
}
.elementor-has-item-ratio .elementor-escen-products-image-inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
}
.elementor-has-item-ratio .elementor-escen-products-image-inner img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.elementor-has-item-ratio .elementor-escen-products-image-inner img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  transform: scale(1.01) translate(-50%, -50%);
}
.elementor-escen-products-item-next-inner {
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.elementor-escen-products-item-next-inner
  .elementor-escen-products-content-next
  h4,
.elementor-escen-products-item-next-inner
  .elementor-escen-products-content-next
  p {
  color: #fff;
}
.elementor-escen-products-item-next-inner
  .elementor-escen-products-content-next
  h4 {
  font-family: "Roboto", Sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.35em;
}
.elementor-escen-products-item-next-inner
  .elementor-escen-products-content-next
  p {
  font-family: "Roboto", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 0;
}
.elementor-escen-products-item-next-inner svg {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 35px;
  color: #fff;
}
.elementor-escen-products-item-next-inner
  .elementor-escen-products-content-next {
  height: 100%;
  padding: 35px 70px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elementor-grid-mobile-1 .elementor-escen-products-item {
  width: 100%;
}
.elementor-grid-mobile-2 .elementor-escen-products-item {
  width: 50%;
}
.elementor-grid-mobile-3 .elementor-escen-products-item {
  width: 33.33333%;
}
.elementor-grid-mobile-4 .elementor-escen-products-item {
  width: 25%;
}
@media (min-width: 768px) {
  .elementor-grid-tablet-1 .elementor-escen-products-item {
    width: 100%;
  }
  .elementor-grid-tablet-2 .elementor-escen-products-item {
    width: 50%;
  }
  .elementor-grid-tablet-3 .elementor-escen-products-item {
    width: 33.33333%;
  }
  .elementor-grid-tablet-4 .elementor-escen-products-item {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .elementor-grid-1 .elementor-escen-products-item {
    width: 100%;
  }
  .elementor-grid-2 .elementor-escen-products-item {
    width: 50%;
  }
  .elementor-grid-3 .elementor-escen-products-item {
    width: 33.33333%;
  }
  .elementor-grid-4 .elementor-escen-products-item {
    width: 25%;
  }
}
