/* Add here all your CSS customizations */

pre {
  white-space: pre-wrap;
}
.testimonial.testimonial-style-2 pre {
  text-align: left;
}

.custom-svg-style-1 {
  /*background-color: #ffbfa0;*/
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e4d4c;
  font-weight: 200;
  letter-spacing: -0.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
/*
html .btn-primary {
    background-color: #FFF;
    border-color: #e67240 #e67240 #e67240;
    color: #e67240;
}*/

html #start-btn .btn-outline.btn-primary {
  background-color: transparent;
  background-image: none;
}

html .top-catch {
  color: #ffffff;
  background-color: #8c867f;
  border-color: #8c867f;
  border-radius: 15px;
  /* width: 400px; */
  margin: 20px auto;
  padding: 10px;
  font-size: 1.5em;
}

#home p {
  /*color: #e67240;*/
  color: #8c867f;
  letter-spacing: 0.4em;
  font-size: 1.5em;
}
#home h1 {
  padding-top: 10px;
  color: #8c867f;
  letter-spacing: 0.4em;
  font-size: 4em;
}
#solutions .flex-column {
  height: 350px;
  justify-content: start;
}

.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 15px;
  max-height: 100%;
}
