.art-gallery {
  text-align: center;
}

.art-gallery section {
  margin-bottom: 4em;
}

.art-gallery section.create-your-own {
  margin-bottom: 1em;
}

.art-gallery h2 {
  text-transform: none;
}

.art-gallery .hero-banner img {
  width: initial;
  max-width: 100%;
  margin: auto;
}

.art-gallery .photos-art-content .globaltopcontent .content {
  margin: 0 0.5em 1em;
}

.art-gallery .white-button {
  display: block;
  width: 14.6em;
  margin: auto;
  padding: 1em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease;
}

.art-gallery .dark-button {
  display: inline-block;
  padding: 1em;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.art-gallery .dark-button:hover {
  background-color: #a74d2b;
  color: #fff!important;
  border-color: #a74d2b;
}

.art-gallery .btnstyle1 {
  margin: 0.5em auto;
}

.art-gallery .flex-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  padding: 1.5em 2em;
}

.art-gallery .flex-grid > * {
  flex-basis: 25%;
}

.art-gallery .category-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 190px;
  margin: 0 2em 4em;
}

.art-gallery .category-block__img img {
  display: block;
  height: 17vw;
  min-height: 143px;
  max-height: 170px;
  margin: auto;
  border: 1px solid #cbcbcb;
}

.art-gallery .category-block__title {
  width: 100%;
  max-width: 315px;
  margin: 0.7em auto;
  font-family: AustinText;
  font-size: 30px;
  font-style: italic;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
  color: #124b66;
}

.art-gallery .create-your-own {
  padding: 2em 1em 1.5em;
  color: #124b66;
  background: #d2e8eb;
}

.art-gallery .create-your-own__title {
  margin: 0 0 0.3em;
  font-family: Freya;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.art-gallery .create-your-own__body {
  margin: 0 0 1.5em;
  font-family: Montserrat;
  font-size: 14px;
}
