@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

section.team {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.title_team {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 49px;
  margin-bottom: 20px;
  color: #3F2D1B;
}

.section-content {
  margin: 30px 0;
  font-size: 18px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
}

.section-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

.hr_team_eskes {
  margin: 0 0 20px;
  border: none;
  border-top: 2px solid #E29E18;
  max-width: 150px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding-bottom: 80px;
  padding-top: 20px;
  justify-content: space-between;
}

.team-member {
  flex: 30%;
  margin-bottom: 45px;
  max-width: 30%;
}

.team-member__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 500px;
  border-radius: 40px;
}

.team-member__name {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin-top: 10px;
}

.team-member__role {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.team-member__role hr {
  background-color: #E29E18;
  max-width: 100px;
  height: 2px;
  margin: 10px 0;
}

@media (max-width: 1000px) and (min-width: 801px) {
  .team-member__image img {
    height: 400px;
    border-radius: 25px;
  }
  section.team {
    padding: 0;
  }
}
@media (max-width: 800px) and (min-width: 500px) {
  .team-member__image img {
    height: 260px;
  }
  section.team {
    padding: 0;
  }
  .team-member {
    margin-bottom: 10px;
    flex: 48%;
    max-width: 47%;
  }
  .team-member__name {
    font-size: 23px;
    line-height: 1.2;
  }
  .team-list {
    gap: 30px 5%;
	  padding-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .team-member__image img {
    height: 260px;
  }
  section.team {
    padding: 0;
  }
  .team-member {
    margin-bottom: 10px;
    flex: 100%;
    max-width: 100%;
  }
  .team-member__name {
    font-size: 23px;
    line-height: 1.2;
  }
  .team-list {
    gap: 30px 5%;
	  padding-bottom: 30px;
  }
  .title_team {
    font-size: 38px;
  }
}/*# sourceMappingURL=teachers.css.map */