.text-uic-white,
.matters-link:hover .matters-link_icon {
  color: #FFFFFF !important;
}

.text-uic-light-blue {
  color: #E2EDFD !important;
}

.text-uic-blue {
  color: #0D6EFD !important;
}

.text-uic-deep-blue,
.matters-link_icon {
  color: #000B1B !important;
}

.montserrat-regular-400, .h-label, .blockquote, p,
.p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.montserrat-medium-500,
h3, .p-small, .nav-a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.playfair-regular-400, .btn-lg {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.playfair-bold-700,
h4,
h2,
h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.nav-a {
  font-style: normal;
  font-size: 18px;
  color: #000B1B;
}

p,
.p {
  font-style: normal;
  font-size: 18px;
  color: #000B1B;
}
@media (min-width: 992px) {
  p,
  .p {
    font-size: 22px;
  }
}

.p-small {
  font-style: normal;
  font-size: 12px;
  color: #000B1B;
}
@media (min-width: 992px) {
  .p-small {
    font-size: 14px;
  }
}

.blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.7;
  color: #000B1B;
}
@media (min-width: 992px) {
  .blockquote {
    font-size: 28px;
  }
}

.h-label {
  font-style: italic;
  font-size: 20px;
  color: #000B1B;
}
@media (min-width: 992px) {
  .h-label {
    font-size: 22px;
  }
}

h1 {
  font-style: normal;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000B1B;
}
@media (min-width: 992px) {
  h1 {
    font-size: 82px;
  }
}

h2 {
  font-style: normal;
  font-size: 34px;
  line-height: 1.2;
  color: #000B1B;
}
@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-style: italic;
  font-size: 26px;
  line-height: 1.3;
  color: #000B1B;
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
  color: #000B1B;
}
@media (min-width: 992px) {
  h4 {
    font-size: 26px;
  }
}

.btn-lg {
  font-style: normal;
  font-size: 20;
  line-height: 1;
  padding: 9px 28px 16px;
}
@media (min-width: 992px) {
  .btn-lg {
    font-size: 24px;
  }
}

.border-uic {
  border-radius: 4px;
}

.our-mission {
  background-color: #E2EDFD;
}

.matters-content {
  color: #000B1B;
  transition: color 0.2s ease;
}
.matters-link_icon {
  position: relative;
  width: auto;
  top: -1px;
  left: 10px;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .matters-link_icon {
    top: -4px;
    left: 20px;
  }
}
.matters-link_icon svg {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .matters-link_icon svg {
    height: 36px;
    width: 36px;
  }
}
.matters-link {
  background-color: unset;
  transition: background-color 0.2s ease;
}
.matters-link:hover {
  background-color: #0D6EFD;
}
.matters-link:hover .matters-content {
  color: #FFFFFF;
}
.accordion-button {
  font-size: unset;
  font-style: unset;
}