@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW8.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0j.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW8.ttf) format('truetype');
}
.other-bg {
  background: url('../images/metal.jpg');
  background-size: cover;
  padding-bottom: 10px;
}
.other-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d1d2d4;
  opacity: 0.9;
  z-index: 1;
}
.other-bg > * {
  position: relative;
  z-index: 2;
}
.other-title {
  background: #000000;
  position: relative;
}
.other-title h2 {
  color: #ffffff;
  border: none;
  text-align: center;
  margin: 0;
  padding: 15px;
}
.other-title:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.other-text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .about-container {
    display: flex;
    align-items: center;
  }
}
#container {
  margin-bottom: 5rem;
}

#container .item,
#container .grid-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  #container .item,
  #container .grid-sizer {
    width: 25%;
  }
  .beforeAfter > div{display: flex; align-items: center; flex-wrap: wrap; justify-content: center}
}
.beforeAfter figure{display: inline-block;position: relative;margin: 15px;}
#container figure{
  position: relative;
  border: 15px solid #ffffff;
  display: inline-block;
}
#container figure img, .beforeAfter figure img {
  border: 15px solid #ffffff;
  -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.75);
}
#container figure figcaption{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
}
.services {
  margin-left: 50px;
  padding: 0 30px;
}
.services-item span {
  display: block;
}
.services-item.btn {
  text-transform: none;
  padding: 0;
}
.services-item.btn .h4 {
  color: #000000;
}
.services-item:hover,
.services-item:focus,
.services-item:active:focus {
  text-decoration: none;
  outline: none;
}
.services-content {
  padding: 30px;
}
