  .get-started-block {
    text-align: center;
}

.get-started-block p {
    font-size: 20px;
    color: #333;
    max-width: 1030px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.get-started-block h2 {
    font-size: 36px;
    color: #333;
    line-height: 1.2;
}

@media screen and (max-width: 999px) {
    .get-started-block h2 {
        font-size: 30px;
    }
}