#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;
    }
}


/* #ready-to-start.ready-to-start-aws {
    padding: 196px 0;
}
#ready-to-start.ready-to-start-aws .title {
    font-size: 80px;
    line-height: 96px;
}
#ready-to-start.ready-to-start-aws .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
} */

@media (max-width: 992px) {
    /* #ready-to-start.ready-to-start-aws .title {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 20px;
    }
    #ready-to-start.ready-to-start-aws .text {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    #ready-to-start.ready-to-start-aws {
        padding: 90px 30px 90px 30px;
    }
    #ready-to-start.ready-to-start-aws .button-wrapper {
        flex-direction: column;
    }
    */
    #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;
}