@charset "UTF-8";

body {
  font-family: DetailFont;
  margin: 2em 4em;
  max-width: 850px;
}

.policyDiv {
  margin-bottom: 6%;
}

.policyTitleDiv {
  display: flex;
  align-items: center;
}

.policySubDiv {
  margin-left: 12pt;
}

.policyStart {
  font-size: 1.17em;
}

img {
  width: 70px;
  height: 70px;
}

.policyTitleDiv img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.bold {
  font-weight: bold !important;
}

.left {
  text-align: left !important;
}
