.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.h2-title {
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #2076c7;
  text-align: center;
}


