.about .btn {
  background-color: #B48B2E !important;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  text-align: center;
}

.about .btn:hover {
  background-color: #B48B2E;
}

.about .btn-custom {
  background-color: white;
  color: #B48B2E;
  width: 15%;
  text-align: center;
  margin-bottom: 15px;
}
.about h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;

}

.about p{
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}
