.cta-ready-to-get-started {
    display: flex;
    justify-content: center;
}
.cta-ready-to-get-started > div {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 0px 94px 0px rgba(199, 199, 199, 0.20) inset;
    display: flex;
    width: 672px;
    max-width: 98%;
    padding: 32px 32px 40px 32px;
    flex-direction: column;
    align-items: center;

}
.cta-ready-to-get-started h4 {
    color: #212529;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 860;
    line-height: 140%    
}
.cta-ready-to-get-started p {
    color: #4B5563;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
}
.cta-ready-to-get-started a {
}
.single-post.post-single-content .cta-ready-to-get-started {
    margin-top: 32px;
    margin-bottom: 32px;
}
.single-post.post-single-content .cta-ready-to-get-started > div {
    max-width: 100%;
    padding: 32px!important;
}
.single-post.post-single-content .cta-ready-to-get-started h4 {
    font-size: 24px;
    line-height: 120%;
}
.single-post.post-single-content .cta-ready-to-get-started p {
    font-size: 13px;
    line-height: 24px;
}
.single-post.post-single-content  .cta-ready-to-get-started a {
    font-size: 16px;
    line-height: 24px;
}