section.ready-to-get-started {
    margin-bottom: 0;
    margin-top: 0;
}

section.ready-to-get-started .container {
    position: relative;
}

section.ready-to-get-started .lin-wrap .btnwrap a {
    color: #fff;
    background: #FF7000;
    padding: 12px 43px 9px 44px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    line-height: 27px;
}

section.ready-to-get-started>.container {
    overflow: hidden;
}

p.info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.79px;
}

section.ready-to-get-started .started-wrap p.h2 {
    text-align: center;
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.79px;
    margin-bottom: 0.2em;
    margin-top: 6px;
}

/* section.ready-to-get-started .container {
    background: #fff;
} */

section.ready-to-get-started>.container {
    padding: 5rem 0;
}

/* section.ready-to-get-started .container * {
    color: #000;
} */

.started-wrap {
    margin: 0 auto;
    text-align: center;
}

section.ready-to-get-started>.container {
    padding: 106px 0 113px 0;
}

section.ready-to-get-started .started-wrap p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 21px;
}

hr.get-started {
    margin-bottom: 32px;
}

section.ready-to-get-started .started-wrap p.h2 {
    text-align: center;
}

section.ready-to-get-started .started-wrap p.h2 {
    text-align: center;
}

section.ready-to-get-started .bg-wrapper {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.wrapper-shapes {
    max-height: 550px;
    overflow: hidden;
    position: absolute;
    /* left: 0; */
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 39%;
    /* top: -75px; */
}

lottie-player#firstLottie {
    max-height: 550px;
}

.started-wrap {
    position: relative;
    z-index: 99;
}

section.ready-to-get-started .started-wrap p {
    max-width: 800px;
    margin-inline: auto;
}

/* section.ready-to-get-started .container * {
    color: #000;
} */

.btnwrap {
    text-align: center;
}

@media only screen and (max-width: 769px) {

    /* section.ready-to-get-started>.container {
        padding: 1em 0 216px 0;
    } */
    section.ready-to-get-started>.container {
        padding: 3em 0 3em 0;
    }

    section.ready-to-get-started .container .bg-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        display: flex;
        align-items: flex-end;
    }
}