#ready-to-start {
    padding: 64px 20px;
    background: #F8F9FC;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ready-to-start>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../theme/images/cta.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* z-index: -1; */
    border-radius: 20px;
    overflow: hidden;
    
    width: 100%;
    height: 100%;
    max-width: 1312px;
}
#ready-to-start>div {
    position: relative;
    background: linear-gradient(99.81deg, #000000 0.51%, #24333B 100%);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    width: 100%;
    max-width: 1312px;
    padding: 64px;
}

#ready-to-start .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: #F8F9FC;
    margin: 0 0 24px 0;
    position: relative;
}
#ready-to-start .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #F8F9FC;
    max-width: 600px;
    margin: 0 auto 40px auto;
    position: relative;
}
#ready-to-start .button-wrapper {
    display: flex;
    flex-direction: col;
    align-items: center;
    justify-content: center;
    position: relative;
}

#ready-to-start .button-wrapper .button {
    /* width: 175px; */
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    height: 46px;
    display: inline-flex;
    padding: 12px 24px 12px 24px;
    gap: 8px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
#ready-to-start .button-wrapper .button:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
#ready-to-start .button-wrapper .button.orange {
    background-color: #2671FF;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

@media (max-width: 1080px) {
    #ready-to-start {
        background-color: #fff;
    }
    #ready-to-start>div {
        padding: 60px 15px;
    }
    #ready-to-start .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
    }
    #ready-to-start .text {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
        margin: 0 auto 56px auto;
    }
}
/* #ready-to-start {
    background-color: #1F2C9C;
    padding: 140px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 620px;
}

#ready-to-start.design-2 {
    background-image: url(../../img/ready-to-start.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

#ready-to-start .title {
    font-weight: 700;
    font-size: 72px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -1.8px;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 1120px;
    margin-bottom: 32px;
}

#ready-to-start .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    max-width: 864px;
    margin: 0 auto;
    margin-bottom: 48px;
}


/*#ready-to-start .title,
#ready-to-start .text {
  margin-bottom: 32px;
}*/
/* 
#ready-to-start .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ready-to-start .button-outline {
    font-size: 18px;
    line-height: 20px;
    padding: 18px 24px;
    height: 56px;
    min-width: 240px;
}

#ready-to-start .button.size-2 {
    width: 240px;
}

@media (max-width: 992px) {
    #ready-to-start {
        min-height: auto;
        padding: 90px 30px 90px 30px;
    }
    #ready-to-start .title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }
    #ready-to-start .text {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    #ready-to-start .button-wrapper a {
        min-width: auto;
    }
}

@media (max-width: 576px) {
    #ready-to-start .title {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #ready-to-start .text br {
        display: none;
    }
    #ready-to-start .button.size-2 {
        width: auto;
    }
}

@media (max-width: 992px) {
    #ready-to-start.ready-to-start-aws {
        padding: 80px 30px;
    }
    #ready-to-start.ready-to-start-aws .button-wrapper a {
        width: 240px;
        height: 57px;
    }
    #ready-to-start.ready-to-start-aws .button-wrapper {
        display: flex;
        flex-direction: column;
    }
    #ready-to-start.ready-to-start-aws .text {
        margin-bottom: 36px;
    }
    #ready-to-start .button-wrapper .button-aws {
        margin: 0 0 24px 0;
    }
    #ready-to-start .button-outline {
        font-size: 18px;
        line-height: 20px;
        padding: 18px 24px;
        height: 56px;
    }
}

@media (max-width: 768px) {
    .page-template-dashboard #ready-to-start .title {
        max-width: 270px;
    }
}

.page-template-business-mapping #ready-to-start .text {
    max-width: 750px;
} */