.three-step-container {
 margin-bottom: 100px;
}

.three-step-container .inner-container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 60px 90px;
    background-color: #EFF1F3;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.three-step-card {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.three-step-card .step-title {
    margin-bottom: 20px !important;
    color: #192D66;
    text-align: center;
    font-family: "Crimson Text";
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 215px;
}



.page-id-20 .three-step-container  {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-20 .three-step-container .inner-container {
    margin-left: 20px;
    margin-right: 20px;
}

.three-step-card .step-description {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

@media screen and (max-width: 1150px) {
    .three-step-container .inner-container {
        flex-direction: column;
        padding: 60px 20px;
        align-items: center;
        gap: 30px;
    }

    .three-step-card .step-title {
        font-size: 60px;

    }
    
    .three-step-card .step-description {
        font-size: 32px;
    }

    .page-id-20 .three-step-container .inner-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.page-id-10 .three-step-card {

}

.page-id-10 .three-step-card .step-title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-id-10 .three-step-card .step-description {
    color: #000;
    text-align: center;
    font-family: "Crimson Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    letter-spacing: 0.09px;
}

.page-id-10 .three-step-card .step-three-description {
    max-width: 340px;
    margin: 0 auto;
}


/* About Page */
.page-id-20 .three-step-card .step-description {
    max-width: 224px !important;
    text-align: center !important
}