.features-boxed {
  color: #313437;
  background-color: #f0f0f0;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .features-boxed .features {
    padding: 10px 0;
  }
}

.features-boxed .features {
  padding: 50px 0;
}

.item-egitim {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  height: 340px;
}

.item {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}

.box-belgelendirme {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  height: 100%;
  border-right: 1px solid #eef4f7;
  border-bottom: 1px solid #eef4f7;
  margin-top: 0px;
  padding: 10px;
}

.box-mimari {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  height: 100%;
  border-right: 1px solid #eef4f7;
  border-bottom: 1px solid #eef4f7;
  margin-top: 0px;
  padding: 10px;
}

.box-egitim {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  height: 100%;
  border-right: 1px solid #eef4f7;
  border-bottom: 1px solid #eef4f7;
  margin-top: 0px;
  padding: 10px;
}

.box {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  height: 100%;
  border-right: 1px solid #eef4f7;
  border-bottom: 1px solid #eef4f7;
  margin-top: 0px;
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #b7b6b6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.features-boxed .item .name {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
  font-family: 'Poppins';
  color: #333333;
}

.name2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
  font-family: 'Poppins';
  color: #333333;
}

.description {
  font-size: 14px;
  margin-top: 15px;
  padding: 0px;
  color: #86868b;
  font-weight: 300;
  font-family: 'Poppins';
}

