@media screen and (min-width: 860px) {
	#lorenzi-services .sppb-addon-feature .sppb-media-content {
	  min-height: 420px;
	  /* outline: 1px solid red;} */
	}
	#lorenzi-sect-qual .sppb-addon-feature .sppb-media-content {
	  min-height: 490px;
	  /* outline: 1px solid red;} */
	}
}

@media screen and (min-width: 1400px) {
	#lorenzi-services .sppb-addon-feature .sppb-media-content {
	  min-height: 280px;
	  /* outline: 1px solid red;} */
	}
	#lorenzi-sect-qual .sppb-addon-feature .sppb-media-content {
	  min-height: 490px;
	  /* outline: 1px solid red;} */
	}
}

.logo-icon .sppb-addon-title.sppb-feature-box-title::before {
    content: "";
    display: inline-block;
    width: 46px;
    /* height: 60px; */
	aspect-ratio: 1 / 1;
    background-image: url('/images/logo-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    position: relative;
    padding-left: 25px;
}

ul li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: #191265;
}
/* Fix slider */
html, body {
  overflow-x: hidden !important;
}
#lorenzi-slider {
  overflow: hidden !important;
  position: relative;
}

#lorenzi-slider .swiper-container {
  overflow: hidden !important;
  width: 100% !important;
}

#lorenzi-slider .swiper-wrapper {
  will-change: transform;
}

#lorenzi-slider .swiper-slide {
  flex-shrink: 0;
}
/* Logo center */
#astroid-sticky-header .astroid-header {
    justify-content: center !important;
}

#astroid-sticky-header .header-left-section {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

#astroid-sticky-header .astroid-logo {
    margin: 0 auto;
}
