.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;
  }
}

p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}

.faq-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 120px;
}

@media only screen and (max-width: 1250px){
  .faq-container {
    margin-top: 70px;
  }
}
.faq-container .faq-wrapper {
  width: 100%;
  margin: auto;
}

.faq-container .faq-wrapper h3{
  margin-bottom: 0;
}
.faq-container .faq-wrapper h4 {
  color: #c8a18f;
  margin: 0;
  padding: 10px 0;
}
.faq-container .faq-wrapper .headline-part {
  padding-bottom: 20px;
}
.faq-container .faq-wrapper .headline-part .about-h1 {
  color: #c8a18f;
  font-size: 36px;
  /* font-weight: 800; */
  margin: 0;
  padding: 20px 0;
    font-family: 'modernline - Personal Use';
}

.buttons {
  display: flex;
  position: relative;
}
.buttons .btn a {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: #c8a18f;
}
.buttons .straight-line {
  position: absolute;
  left: 132px;
  width: 2px;
  height: 40px;
  background-color: #c8a18f;
}

.headline-part .small-image{
  width: 100%;
  max-width: 140px;
  height: 30px;
  object-fit: cover;
  object-position: center;
}