@font-face {
  font-family: "EudoxusSans-Regular";
  src: url("fonts/EUDOXUS/EudoxusSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EudoxusSans-ExtraLight";
  src: url("fonts/EUDOXUS/EudoxusSans-ExtraLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 40px;
  line-height: 70px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h1 {
    font-size: 25px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 17px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 15px;
    line-height: 27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h2 {
    font-size: 25px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 18px;
    line-height: 37px;
  }
}

h3 {
  font-size: 40px;
  line-height: 46px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1800px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

h4 {
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h6 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  h6 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

p {
  font-size: 20px;
  line-height: 32px;
  color: #464646;
  font-weight: 300;
  font-family: "EudoxusSans-ExtraLight";
}
@media screen and (max-width: 1800px) {
  p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) {
  p {
    font-size: 13px;
    line-height: 21px;
  }
}

a {
  text-decoration: none;
  font-size: 20px;
  line-height: 41px;
  font-weight: 300;
  color: #FBFBFB;
  font-family: "EudoxusSans-ExtraLight";
}
@media screen and (max-width: 1800px) {
  a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  a {
    font-size: 13px;
    line-height: 21px;
  }
}

li {
  list-style: none;
}

.service {
  padding: 170px 0;
}
@media screen and (max-width: 992px) {
  .service {
    padding: 50px 0;
  }
}

@media screen and (max-width: 992px) {
  .service__picture {
    padding-bottom: 50px;
  }
}

p.service__para {
  max-width: 800px;
  color: #464646;
  font-family: "EudoxusSans-ExtraLight";
}

.service___text {
  max-width: 800px;
}

ul {
  padding-left: 0;
}

.service__list li {
  color: #464646;
  max-width: 800px;
  font-size: 20px;
  line-height: 32px;
  font-family: "EudoxusSans-ExtraLight";
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 1800px) {
  .service__list li {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .service__list li {
    font-size: 15px;
    line-height: 24px;
  }
}

.service__list li::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 25px;
  background: #464646;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service__list ul {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .service__list ul {
    padding-top: 0;
  }
}

.servicepart1 {
  padding: 70px 0;
}
@media screen and (max-width: 1200px) {
  .servicepart1 {
    padding: 5px 0;
  }
}