@charset "UTF-8";

html {
  font-size: 13px;
}

@media (max-width: 1399px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1399px) {
  body {
    font-size: 12px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14rem;
}

.headline {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.title {
  font-style: normal;
  font-size: 1.23rem;
  line-height: 1.23em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header_medium {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}

.menu_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 0.92rem;
  line-height: 0.92rem;
  color: rgba(0, 0, 0, 0.539261);
}

.section_heading {
  font-weight: normal;
  font-size: 1.14rem;
  line-height: 1.78rem;
  color: #990033;
}

.what_we_do ul {
  list-style: none;
}

.what_we_do ul li:before {
  content: "\2022";
  color: #990033;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.full_list .custom_check {
  list-style-image: url("/img/new/user-interface/icons/about_check.png");
}

.full_list .custom_check li {
  margin-bottom: 15px;
}

.full_list .warning {
  display: flex;
  padding-left: 15px;
}

.full_list .warning .warning_text {
  margin-left: 5px;
  font-weight: 500;
  color: #990033;
}

