.heroImageless {
    padding: 50px 0;
}

.heroImageless .row{
    justify-content: center;
}
.heroImageless .content p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.048px;
}
.heroImageless .content p:first-of-type {
    color: #2D820D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.heroImageless .content h1 {
    color: #333;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.heroImageless .content .click {
    display: flex;
    margin-top: 30px;
}
.heroImageless .content .click .btn:first-of-type {
    margin-right: 10px;
}
