@charset "utf-8";
/* CSS Customize */
/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.ethics {
	margin-top: 80px;
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.ethics .ethics-image {
  position: relative;
  min-height: 400px;
}

.ethics .ethics-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ethics .ethics-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.ethics .ethics-item i {
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.ethics .ethics-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.ethics-download {
	color: var(--accent-color);
}

.ethics-download i {
  font-size: 36px;
  margin-right: 10px;
}

.ethics-download a:hover {
	font-weight: bolder;
}