/* Gallery */
.register-gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.register-gallery-image img {
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin: 5px;
  border: 1px solid #be965b;
}

.gallery-title {
  text-align: center;
  font-size: 30px;
}

.blue-line {
  background-color: var(--main-blue-color);
  height: 10px;
}
