.p-underline {
  display: block;
  width: 90px;
  height: 3px;
  background-color: #0d60b4;
  margin-top: 12px;
  border-radius: 4px;
  margin-bottom: 45px;
}
.p-title {
  padding-top: 20px;
  font-size: 2.8rem;
  font-weight: 610;
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  text-shadow: 0 0 0.3px currentColor;
}
