@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.breadcrumb-list-item a {
  color: #000 !important;
}

.breadcrumb-list-item a:hover {
  color: #8e8e8e !important;
}

.section1 {
  padding-top: 50px;
}

.periodicTable {
  padding: 50px 0;
}

.table-content {
  padding-bottom: 50px;
}

.download-pdf img {
  display: inline-block;
}

.download-pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}

.download-pdf p {
  font-size: 16px;
  line-height: 20px;
  display: inline;
  color: #505050;
  letter-spacing: 0.01em;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .download-pdf p {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .download-pdf p {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .download-pdf p {
    line-height: calc(0.46296296vw + 17.33333333px);
  }
}

@media (min-width: 1440px) {
  .download-pdf p {
    line-height: 24px;
  }
}

.headings {
  padding: 30px 0;
}

.headings h1,
.headings h2 {
  font-family: 'MaximaNouva-Bold';
  font-size: 30px;
  line-height: 44px;
  color: #5a5a5a;
}

@media (min-width: 576px) {
  .headings h1,
  .headings h2 {
    font-size: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .headings h1,
  .headings h2 {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .headings h1,
  .headings h2 {
    line-height: calc(1.15740741vw + 37.33333333px);
  }
}

@media (min-width: 1440px) {
  .headings h1,
  .headings h2 {
    line-height: 54px;
  }
}

.content {
  padding: 20px 0;
}

.content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #5a5a5a;
  letter-spacing: 0.03em;
}

@media (min-width: 576px) {
  .content p {
    font-size: calc(-0.23148148vw + 21.33333333px);
  }
}

@media (min-width: 1440px) {
  .content p {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .content p {
    line-height: calc(1.38888889vw + 18px);
  }
}

@media (min-width: 1440px) {
  .content p {
    line-height: 38px;
  }
}

.content span {
  color: royalblue;
  font-weight: bold;
}

.content-section {
  margin-bottom: 50px;
}

.link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 25px;
}

.link-img {
  border-radius: 10px;
  height: 240px;
}

.link-img img {
  height: 240px;
  border-radius: 10px;
}

.link-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
  position: absolute;
  left: 41px;
  bottom: 30px;
}

@media (min-width: 576px) {
  .link-title {
    font-size: calc(0.69444444vw + 18px);
  }
}

@media (min-width: 1440px) {
  .link-title {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  .link-title {
    line-height: calc(1.15740741vw + 17.33333333px);
  }
}

@media (min-width: 1440px) {
  .link-title {
    line-height: 34px;
  }
}

.links-section {
  padding: 50px 0px;
}

@media (min-width: 1024px) {
  .breadcrumb-section {
    padding-top: 77px;
    padding-bottom: 50px;
  }
  .section1 {
    padding-top: 50px;
  }
  .periodicTable {
    padding: 40px 0;
  }
  .headings {
    padding-top: 80px;
  }
  .periodic-content-wrapper {
    width: 75%;
    margin: 0 auto;
  }
  .content-section {
    margin-bottom: 90px;
  }
  .link-card {
    width: 33%;
  }
  .link-img {
    margin: 15px;
  }
  .links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
