.ofis-content .ofis-title {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px;
  border: 1px solid #ccc;
  margin: 15px 0 20px;
}

.ofis-content .ofis-staff {
  margin-bottom: 80px;
}

.ofis-content .ofis-staff .ofis-staff-row1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}

.ofis-content .ofis-staff .ofis-staff-row1 > div {
  display: flex;
  flex-direction: column;
  align-content: center;
  min-width: 500px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.ofis-content .ofis-staff .ofis-staff-row1 > div > div {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.ofis-content .ofis-staff .ofis-staff-row2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.ofis-content .ofis-staff .ofis-staff-row2 > div {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 20%;
  min-width: 160px;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.ofis-content .ofis-staff .ofis-staff-row2 > div > div {
  font-size: 15px;
  width: 100%;
  line-height: 30px;
  font-weight: 500;
}

.ofis-content .ofis-staff .ofis-staff-row3 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 60px;
}

.ofis-content .ofis-staff .ofis-staff-row3 > div {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.ofis-content .ofis-staff .ofis-staff-row3 > div > div {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.ofis-content .ofis-staff .ofis-staff-row4 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 60px;
}

.ofis-content .ofis-staff .ofis-staff-row4 > div {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.ofis-content .ofis-staff .ofis-staff-row4 > div > div {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.ofis-content .ofis-staff .ofis-staff-row5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.ofis-content .ofis-staff .ofis-staff-row5 > div {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 20%;
  min-width: 160px;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.ofis-content .ofis-staff .ofis-staff-row5 > div > div {
  font-size: 15px;
  width: 100%;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .ofis-content .ofis-staff {
    margin-bottom: 30px;
  }
  .ofis-content .ofis-staff .ofis-staff-row1 > div {
    min-width: unset;
    padding: 0 15px;
  }
  .ofis-content .ofis-staff .ofis-staff-row2 {
    margin-bottom: 20px;
  }
  .ofis-content .ofis-staff .ofis-staff-row2 > div {
    margin-bottom: 40px;
    padding: 0;
  }
  .ofis-content .ofis-staff .ofis-staff-row3, .ofis-content .ofis-staff .ofis-staff-row4 {
    justify-content: space-between;
  }
  .ofis-content .ofis-staff .ofis-staff-row3 > div, .ofis-content .ofis-staff .ofis-staff-row4 > div {
    width: auto;
  }
  .ofis-content .ofis-staff .ofis-staff-row5 > div {
    padding: 0;
  }
}

@media (max-width: 525px) {
  .ofis-content .ofis-staff .ofis-staff-row5 > div:last-child {
    margin: 40px auto 0;
  }
}

@media (max-width: 374px) {
  .ofis-content .ofis-staff .ofis-staff-row2, .ofis-content .ofis-staff .ofis-staff-row4, .ofis-content .ofis-staff .ofis-staff-row5 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .ofis-content .ofis-staff .ofis-staff-row5 > div {
    margin-bottom: 40px;
  }
  .ofis-content .ofis-staff .ofis-staff-row5 > div:last-child {
    margin: 0 0 40px !important;
  }
}

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