.max-width {
  width: 100%;
  max-width: 1365px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 1140px;
  }
}

.about p {
  text-align: center;
  font-weight: 300;
}

.about-container {
  padding-top: 200px;
  margin-bottom: 50px;
  width: 100%;
}
.about-container .about-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 1200px) {
  .about-container .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-container .about-info {
  position: relative;
}
.about-container .about-info .straight-line {
  margin-left: 20px;
}
@media screen and (max-width: 1020px) {
  .about-container .about-info {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.about-container .about-info .headline-part {
  width: 100%;
  padding: 0;
  text-align: start;
}
.about-container .about-info .headline-part .background-story {
  right: 0;
  top: -50%;
  transform: translateX(0px);
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .about-container .about-info .headline-part .background-story {
    left: 0;
    transform: translateX(0);
  }
}
.about-container .about-info .about-p {
  font-weight: 300;
  margin: 0;
  line-height: 30px;
}
@media screen and (max-width: 1020px) {
  .about-container .about-info .about-p {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-container .about-info .about-p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 510px) {
  .about-container .about-info .straight-line {
    display: none;
  }
}
.about-container .photograph {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .about-container .photograph {
    position: relative;
    text-align: center;
    transform: translateX(0px);
    top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .about-container .photograph {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
  }
}
.about-container .about-pic-part {
  display: flex;
  align-items: center;
  position: relative;
  height: 440px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1200px) {
  .about-container .about-pic-part {
    display: block;
    order: 1;
  }

  .about-container .about-info{
    order: 2;
    margin-top: 35px;
  }
}
.about-container .about-pictures {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 350px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .about-container .about-pictures {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .about-container .about-pictures {
    /* height: 500px; */
  }
}
.about-container .about-pictures img {
  width: 100%;
  max-width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.1);
}
.about-container .about-pictures::before {
  content: "";
  position: absolute;
  right: 55%;
  top: 41px;
  width: 58%;
  height: 100%;
  background-color: #ba7802;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .about-container .about-pictures::before {
    display: none;
  }
}
.about-container .about-pictures::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -25px;
  top: -25px;
  border: 1px solid #ba7802;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .about-container .about-pictures::after {
    display: none;
  }
}

.headline-part {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 0;
  text-align: center;
}
.headline-part .about-h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  
}
.headline-part .about-h1 {
  color: #ba7802;
  font-size: 40px;
  /* font-weight: 800; */
  margin: 0;
  padding: 20px 0;
  /* text-transform: uppercase; */
  font-family: "Allura";
}

.background-story {
  position: absolute;
  top: 6%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  height: 200px;
}
.background-story img {
  width: 100%;
  max-width: 400px;
  height: 200px;
}

.about-video {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
  height: 400px;
}
@media only screen and (max-width: 950px) {
  .about-video {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .about-video {
    height: 450px;
  }
}
.about-video img {
  position: relative;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .about-video img {
    height: 450px;
  }
}
.about-video iframe {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 400px;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .about-video iframe {
    max-width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 950px) {
  .about-video iframe {
    width: 500px;
    height: 300px;
    width: 500px;
    height: 300px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 550px) {
  .about-video iframe {
    width: 350px;
    height: 200px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

.buttons {
  display: flex;
  position: relative;
}
.buttons .btn a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.buttons .btn a h1 {
  font-size: 1.1rem;
  font-weight: 100;
  margin-right: 10px;
}
.buttons .btn a i {
  font-size: 1.2rem;
}
.buttons .btn a:hover {
  color: #ba7802;
}
.buttons .straight-line {
  position: absolute;
  left: 132px;
  width: 2px;
  height: 40px;
  background-color: #ba7802;
}

.general-wrapper .general-text{
  padding-bottom: 40px;
}
.general-wrapper .general-text img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.general-wrapper .general-text h2{
  text-align: center;
  color: #ba7802;
  font-size: 30px;
  /* font-weight: 800; */
  margin: 0;
  padding: 20px 0;
  font-family: "Allura";
}
.general-wrapper .general-text h3{
   text-align: center;
  color: #ba7802;
  font-size: 25px;
  /* font-weight: 800; */
  margin: 0;
  padding: 20px 0;
    font-family: "Allura";
}
.general-wrapper .general-text table, tr, td{
  border-collapse: collapse;
  border: none;
}
.general-wrapper .general-text table td{
width: 50%;
}

.general-wrapper .general-text table td:first-child{
  padding-right: 20px;
}

@media only screen and (max-width: 1200px){
  .general-wrapper .general-text table, tr, td{
display: flex;
flex-direction: column;
  }
.general-wrapper .general-text table tr td{
  width: 100%;
}

.general-wrapper .general-text table:nth-of-type(odd) tr{
  flex-direction: column-reverse;
}

.general-wrapper .general-text table td:first-child{
  padding-right: 0px;
}

}

.text h2{
  padding-bottom: 0 !important;
}



.about-gall-image:first-child{
  display: block;
}

.image-number{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 500;
    display: none;
}

@media only screen and (max-width:640px){
  .image-number{
    display: flex;
  }

  .about-gall-image{
  display: none;
}
}