body {
  font-size: 14px;
}

h2 {
  line-height: 1.2 !important;
  font-size: 2rem;
}

.button-texture:not(.elementor-element),
.button-texture .elementor-button {
  background: url("../images/button-texture.png");
  background-size: auto auto;
  background-size: 100% 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.button-texture:not(.elementor-element) a,
.button-texture .elementor-button a {
  color: inherit !important;
}

#gallery-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#gallery-1 .gallery-item {
  width: calc(25% - 20px) !important;
  margin: 10px !important;
  border: 0 !important;
}

#gallery-1 .gallery-item img {
  border: 0 !important;
}
