.fun-fact {
  top: 100px;
}

.fun-fact-kurumsal {
  width: 100%;
  height: 300px;
  margin-top: 150px;
}

.fun-fact-main {
  width: 100%;
  height: 300px;
  margin-top: 100px;
}

.fun-fact-main-text-wrapper-all {
  position: relative;
  font-size: 115px;
  line-height: 100%;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 2px #15161c;
  opacity: 0.4;
}

.fun-fact-main-text-wrapper-all-25 {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Archivo', sans-serif;
  color: #737373;
  text-align: center;
  justify-content: center;
}


#bfghkh {
  text-align: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fun-fact-main-text-wrapper-all {
    position: relative;
    font-size: 80px;
    line-height: 100%;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 2px #15161c;
    opacity: 0.4;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .fun-fact-main {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .fun-fact-main-text-wrapper-all {
    position: relative;
    font-size: 115px;
    line-height: 100%;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 2px #15161c;
    opacity: 0.4;
  }

  .fun-fact-main-text-wrapper-all-25 {
    margin-bottom: 2.5rem;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Archivo', sans-serif;
    color: #737373;
    text-align: center;
    justify-content: center;
  }


  .fun-fact {
    margin-top: 100px;
  }

  .fun-fact-kurumsal {
    width: 100%;
    height: 430px;
    margin-top: 100px;
  }

}

@media (max-width: 768px) {
  .fun-fact-kurumsal {
    width: 100%;
    height: 800px;
    margin-top: 150px;
  }

  .fun-fact-main {
    width: 100%;
    height: auto;
    margin-top: 150px;
  }
}