.hero {
    background: #EDEDE8;
    padding: 50px 0;
}
.hero .content h1 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 20px;
}
.hero .content p{
    color: #1E293B;
text-align: center;
font-family: "brandon-grotesque", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.hero .content p strong  {
    color: #1B421C;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero .btn{
    margin: 0 auto;
    display: block;
}