section.banner {
  background-image: url("../../../img/about-us/background-about-us.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.banner .about-title {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  section.banner .content-title {
    background-color: #000;
  }
}
@media (max-width: 767.98px) {
  section.banner .banner-description {
    max-width: 100%;
  }
}
section.banner .banner-description {
  margin: 0 auto;
  max-width: 65%;
}
@media (max-width: 991.98px) {
  section.banner .crafted-stars {
    margin: 0;
  }
}
section.banner .crafted-stars {
  margin: 0 0 160px;
}
@media (max-width: 991.98px) {
  section.content-gallery {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
section.content-gallery {
  background: #efefea;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  section.content-gallery .photo-columbus {
    margin: 50px 0 0;
  }
}
section.content-gallery .photo-columbus {
  margin: 50px 0 0;
}
section.content-gallery .photo-columbus img {
  max-width: 939px;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.content-gallery .craft-meats {
    display: block;
    position: relative;
    top: 0;
    width: 200px;
  }
}
section.content-gallery .craft-meats {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -155px;
  width: 258px;
}
section.our-team {
  background: #000;
  padding: 100px 0;
}
section.our-team .btn-openings {
  margin: 32px 0 0;
}
section hr {
  border-top: 1px solid #fff;
  max-width: 840px;
  width: 100%;
}