/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2021 | 08:38:58 */
.section-1 .text-overlay {
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content !important;
}

.section-1 .text-up {
    padding: 10px 20px 0 10px;
	margin: 0;
  	display: inline-block;
  	background-color: #E2001A;
}

.section-1 .text-down {
    padding: 0 10px 10px;
  	display: inline-block;
  	background-color: #E2001A;
    margin-left: 40px;
    margin-bottom: 0;
}

.section-1 .elementor-element-bc00f23.elementor-widget-image,
.section-1 .elementor-element-bc00f23 .elementor-widget-container {
  	height: 250px;
 	margin-bottom: 0;
}

.section-1 img {
    height: 250px;
    object-position: center center;
    object-fit: cover;
}

/* Desktop only */

@media (min-width: 992px) {
  .section-1 .text-down {
    margin-left: 80px;
    padding: 0 20px 10px;
  }
  .section-1 .text-up{
    padding: 10px 20px 0;
  }
  .section-1 .elementor-element.elementor-element-9530e77.text-overlay {
    bottom: 40px;
  }

  .section-1 img {
      height: 100%;
  }
  .section-1 .elementor-element-bc00f23.elementor-widget-image,
  .section-1 .elementor-element-bc00f23 .elementor-widget-container {
      height: 100%;
  }
}