

/* Get started today */
.getStartedSection {
    padding: 71px 100px 60px 100px;
}

.getStartedCard {
    width: 100%;
    height: 196px;
    padding: 32px;
    border-radius: 12px;
    background-color: var(--primary7);
}

.getStartedCard .textContent {
    width: 50%;
}

.getStartedCard .getStartedHeading {
    margin: 0;
    font-size: 32px;
    line-height: 72px;
    font-weight: bold;
    color: var(--primary2);
}

.getStartedCard .buttonContainer button {
    height: 51px;
    border-radius: 12px;
    padding: 12px 32px;
    background-color: var(--primary2);
    color: #fff;

}





@media only screen and (max-width: 576px) {
    /* Get started today */
    .getStartedSection {
        padding: 26px 26px 40px 19px;
    }

    .getStartedCard {
        height: 270px;
        display: flex;
        flex-direction: column;
    }

    .getStartedCard .textContent {
        width: 100%;
    }

    .getStartedCard .textContent .getStartedHeading {
        font-size: 24px;
        line-height: 72px;
        font-weight: bold;
    }

    .getStartedCard .textContent>p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }

    .getStartedCard .buttonContainer {
        margin-top: 16px;
    }

    .getStartedCard .buttonContainer button {
        height: 46px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    /* Get started today */
    .getStartedSection {
        padding: 48px 40px 32px 40px;
    }

    .getStartedCard {
        height: 263px;
        display: flex;
        flex-direction: column;
    }

    .getStartedCard .textContent {
        width: 84.35%;
    }

    .getStartedCard .textContent>p {
        width: 71%;
        line-height: 30px;
    }

    .getStartedCard .buttonContainer {
        margin-top: 16px;
    }
}