@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;
}

.services-section {
  margin: 0px -30px;
  padding: 50px 0px 80px;
}

.services-header h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.services-flex {
  display: flex;
  gap: 100px;
  max-width: 1600px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 30px;
}

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

.service-item {
  background-color: #FAF9F6;
  flex: 1 1 calc(33.333% - 1rem);
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-item:hover {
  text-decoration: unset;
}

.service-name {
  font-weight: 700;
}

.information_service_wrapper .button {
  margin-top: 20px;
  display: inline-block;
}

.services-header h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #3B3935;
  line-height: 40px;
}

.services-header hr {
  background-color: #E29E18;
  border: 0;
  height: 3px;
  margin: 20px 0;
  max-width: 150px;
  width: 100%;
}

.service-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 50px 0 0;
  height: 400px;
  transition: all 0.3s;
}

.service-item a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.information_service_wrapper {
  padding: 30px 40px;
}

.service-title {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: black;
  line-height: 20px;
}

.service-olv {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: black;
}

.service-datum {
  font-family: "Bilo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin: 10px 0;
  text-decoration: underline;
}

.service-button {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: #DADE64;
  display: inline-block;
  padding: 10px 36px;
  border-radius: 100px;
  border: 2px solid white;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #3B3935;
  transition: 0.3s;
}
.service-button:hover {
  background-color: white;
  transition: 0.3s;
}

.services-button .button_hover-active {
  font-weight: 400;
  padding: 12px 42px;
}

.services-button {
  text-align: center;
  margin-top: 80px;
}

.service-location {
  text-transform: uppercase;
}

.service-image {
  overflow: hidden;
  height: 400px;
  border-radius: 50px 50px 0 0;
}

.service-item:hover img {
  transform: scale(1.05);
  transition: 0.3s all;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .services-flex {
    gap: 20px;
  }
  .service-image img, .service-image {
    height: 300px;
  }
}
@media (max-width: 999px) and (min-width: 600px) {
  .services-flex {
    gap: 25px;
    flex-wrap: wrap;
  }
  .service-image img, .service-image {
    height: 300px;
  }
  .service-item {
    flex: 1 1 calc(40% - 1rem);
  }
}
@media (max-width: 599px) {
  .services-flex {
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .service-image img, .service-image {
    height: 250px;
  }
  .service-item {
    flex: 1 1 calc(40% - 1rem);
  }
  .service-title {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .services-header h2 {
    font-size: 24px;
    line-height: 35px;
  }
}/*# sourceMappingURL=three_services.css.map */