.numbers_type--1 .text-white p {
  color: white !important;
}
@media (max-width: 991.98px) {
  .numbers_type--1 {
    margin-bottom: 5%;
  }
  .numbers_type--1 .number-item {
    padding-top: 5%;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
  }
}
.numbers_type--1 .parallax-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 700px;
}
.numbers_type--1 .parallax-wrapper::after {
  background-color: #0F4990 !important;
  opacity: 0.8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.numbers_type--1 .numbers:hover {
  background-color: white;
  color: #0F4990;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.numbers_type--1 .numbers:hover .injected-svg path {
  stroke: #0F4990;
}
.numbers_type--1 p {
  color: white;
}

@media (min-width: 768px) {
  .numbers_type--2 .col-lg-3 {
    width: 23%;
  }
}
.numbers_type--2 .numbers {
  color: black;
}
.numbers_type--2 .numbers .injected-svg path {
  stroke: black;
}
.numbers_type--2 .numbers:hover {
  background-color: #0F4990;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.numbers_type--2 .numbers:hover .injected-svg path {
  stroke: white;
}

.numbers_type--3 .numbers-with-yeditepe .d-lg-flex > h5 {
  letter-spacing: 0.2em;
  text-align: left;
}
@media (max-width: 991.98px) {
  .numbers_type--3 .numbers-with-yeditepe .d-lg-flex > h5 {
    text-align: center;
  }
}
.numbers_type--3 .numbers-with-yeditepe .d-lg-flex > h5 span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  padding-top: 8px;
}
.numbers_type--3 .eck-entity {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .numbers_type--3 .eck-entity {
    display: inline-grid;
    flex: 1 0 45%;
    width: 45%;
    justify-items: center;
    margin-inline: 5px !important;
    margin-block: 15px !important;
  }
}
.numbers_type--3 .eck-entity svg {
  display: none;
}
.numbers_type--3 .fs-4 {
  padding: 0 !important;
}

/*# sourceMappingURL=numbers_with_yeditepe.css.map */
