.btn-purple {
    background: #583fbc;
    border-radius: 8px;
    font-size: 14px !important;
    color: #fff;
    border: 1px solid #583fbc;
    padding: 10px 20px;
    text-align: center;
}

.btn-purple:hover {
    background: #583fbc;
    color: #fff;
}

.btn_link_orange {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: bottom;
    color: #F48444;
}

.title-hero {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -4%;
    vertical-align: bottom;
    color: #181945;
}

.title_section {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    color: #181945;
    margin-bottom: 24px;
}

.api-hero_section {
    padding: 150px 0 60px;
    position: relative;
    background-image: url(../../images/home/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    color: var(--mx-primary-text);
}

.inner_page_section {
    padding: 50px 0;
    color: var(--mx-primary-text);
}

.benefit_box {
    border-radius: 16px;
    border: 1px solid rgba(24, 25, 69, .1);
    padding: 16px;
    margin: 8px 0;
    height: 100%;
}

.container_color_box {
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100%; */
    min-height: 150px;    
    margin-bottom: 16px;
    padding: 42px;
}

.blue_box {
    background: #dbeffa;
}

.purple_box {
    background: #dbdefa;
}

.dark_pink_box {
    background: #f6dbfa;
}

.box-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #181945;
}

.box-outer-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    color: #181945;
}

.main_box {
    background-color: #DFE7F8;
    padding: 60px;
    border-radius: 16px;
}

.how_content_box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 24px;
    gap: 32px;
}

.img-box {
    border: 1px solid #fff;
    background-color: #FFFFFF33;
    border-radius: 16px;
    height: 96px;
    width: 96px;
    padding: 16px;
}

.smart_testing {
    padding: 80px;
    background-color: #F5FBFF;
    border-radius: 16px;
}

.testing-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #878AA2;
}

.integrator-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #181945;
}

.trial_main_section {
    padding: 30px;
    border-radius: 10px;
    background: #fadbe2;
}

.trial-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3D424F;
    margin-bottom: 0;
}

.trial_section_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}