@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif !important;
}

h1 {
  font-size: 64px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
}

h3 {
  font-size: 40px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
}

span, p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.underlined-text {
  text-decoration: underline;
}

button {
  cursor: pointer !important;
}

b {
  font-weight: 700 !important;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.bread-crumbs {
  padding-top: 50px;
  padding-left: 50px;
}
.bread-crumbs ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.bread-crumbs ul li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.bread-crumbs ul li a {
  color: black;
  text-decoration: none;
}
.bread-crumbs ul li::before {
  content: url(../img/arrow.svg);
  width: 15px;
  display: block;
  margin-right: 20px;
}
.bread-crumbs ul li:first-child::before {
  display: none;
}

.list {
  list-style: "•  ";
  margin-left: 30px;
}

body {
  overflow-x: hidden;
}

main {
  width: 100%;
}

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