.getStarted-container {
    height: 500px;
    background-color: #37323e;
    color: white;
    text-align: center;
}

.getStarted-container p {
    padding-top: 90px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.31;
}

.getStarted-container a{
    margin: auto;
}

@media only screen and (max-width: 756px) {
    .getStarted-container{
        height: auto;
        padding: 0 15px 100px;
    }

    .getStarted-container > div {
        display: flex;
    }

    .getStarted-container p {
        font-size: 24px;
        padding-top: 80px;
        width: auto;
        margin: 0 0 35px;
    }
}
