.heroCenter {
    padding: 100px 0;
}
.heroCenter h1 {
    color: #FFF;
    text-align: center;
    font-family: Domine;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}
.heroCenter .content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.heroCenter .content p:first-of-type {
    color: #FCCF03;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
    margin-bottom: 20px;
}

.heroCenter .click {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.heroCenter .click .btn-yellow {
    margin-right: 10px;
}
