*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueRegular.eot");
  src: local("UniNeueRegular"), local("UniNeueRegular"), url("../../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueRegular.woff2") format("woff2"), url("../../fonts/UniNeueRegular.woff") format("woff"), url("../../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueBold.eot");
  src: local("UniNeueBold"), local("UniNeueBold"), url("../../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueBold.woff2") format("woff2"), url("../../fonts/UniNeueBold.woff") format("woff"), url("../../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Uni Neue", sans-serif;
}

body {
  background: #F5F4F8;
  color: #45495E;
}

.pdfjs-iframe {
  border: 0;
}

.mapping-of-accountability {
  background: #FFFFFF;
  padding: 7rem 0;
}
.mapping-of-accountability__container {
  max-width: 81.875rem;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}
@media (max-width: 47.99875rem) {
  .mapping-of-accountability__container {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.mapping-of-accountability__description {
  padding-bottom: 2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
}
.mapping-of-accountability__image {
  max-width: 20.625rem;
  width: 100%;
}
.mapping-of-accountability__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: 0;
  color: #45495E;
}
.mapping-of-accountability__content {
  max-width: 37.5rem;
  width: 100%;
}
@media (max-width: 47.99875rem) {
  .mapping-of-accountability__content {
    max-width: 100%;
  }
}