body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  font-family: 'Poppins', sans-serif;
}
body,
section {
  font-family: 'Poppins', sans-serif;
  color: #433E3B;
  font-size: 16px;
  line-height: 32px;
}
.hero {
  color: #FFFFFF;
  font-family: 'Georgia', sans-serif;
  font-size: 70px;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 480px) {
  .hero {
    font-size: 45px;
  }
}
section {
  padding: 60px 0;
}
ul {
  margin-bottom: 20px;
}
ul li {
  margin-bottom: 7px;
}
h1 {
  font-size: 44px;
  font-family: 'Georgia', sans-serif;
  line-height: 54px;
  margin: 0;
  color: #C5A47E;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 41px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
}
h2.dark {
  color: #433E3B;
  font-size: 36px;
  line-height: 1;
  font-family: 'Georgia', sans-serif;
}
h2.light {
  color: #F0F0EF;
  font-size: 36px;
  line-height: 1;
  font-family: 'Georgia', sans-serif;
}
h2 {
  color: #C5A47E;
}
h3 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Georgia', sans-serif;
  color: #C5A47E;
}
@media (max-width: 480px) {
  h3 {
    line-height: 1.5;
  }
}
.testimonial {
  color: #C5B9AE;
  font-family: 'Georgia', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
}
h4 {
  color: #C5A47E;
  font-size: 24px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
h5 {
  font-family: 'Georgia', sans-serif;
  color: #433E3B;
  font-size: 20px;
  line-height: 1;
}
.button {
  color: #433E3B;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  background: transparent;
  transition: background-color 0.5s ease;
  border: 5px solid #B58B5B;
  padding: 18px 40px;
}
@media (max-width: 768px) {
  .button {
    padding: 18px 20px;
  }
}
@media (max-width: 480px) {
  .button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.button:hover {
  background-color: #B58B5B;
  color: white;
}
.button:focus {
  color: #433E3B;
  text-decoration: none;
}
.button.text {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 21px;
  background-color: transparent;
  padding-bottom: 3px;
  overflow: hidden;
  position: relative;
  transition: 0.25s all;
}
.button.text:before {
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  right: auto;
  height: 2px;
  background-color: #B58B5B;
  position: absolute;
  transition: 0.25s all;
}
.button.text:hover {
  color: #B58B5B;
}
.button.text:hover:before {
  width: 20px;
}
p {
  font-family: 'Poppins', sans-serif;
  color: #433E3B;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
a {
  font-size: 16px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #433E3B;
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: #B58B5B;
}
