/* Banner Section CSS */

.banner_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 56px 0px 0px 0px;
    background: linear-gradient(3deg, #FFF 2.41%, #F6F9FF 93.56%);
}

.banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 48px;
    max-width: 1160px;
    margin: 0 auto;
}

.banner_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.banner_heading p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--text-secondary, #5F6368);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.banner_heading h1 {
    width: 100%;
    max-width: 648.615px;
    color: var(--grey, #222A3F);
    text-align: center;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 8px;
}

.banner_heading button {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Primary-Left--right, linear-gradient(90deg, #005575 0.28%, #01314A 99.7%));
    color: var(--base-white, #FFF);
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border: 0px;
}

.banner_heading button:hover {
    box-shadow: 0px 6px 10.5px 0px rgba(1, 60, 87, 0.43);
}

.banner_content>img {
    width: 100%;
    max-width: 966px;
    height: 514px;
}

/* Features Section CSS */

.features_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
}

.features_wrapper {
    width: 100%;
    box-shadow: 0 2px 42px 0 #EFF2F9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    height: 752px;
    max-width: 1160px;
    margin: 0 auto;
    padding-right: 12px;
}

.features_header {
    width: 49.2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.features_heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 80px 0px 0px 80px;
}

.features_heading h2 {
    width: 100%;

    max-width: 334px;
    height: 128px;
    flex-shrink: 0;
    color: var(--grey, #222A3F);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
}

.features_heading p {
    color: var(--text-secondary, #5F6368);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    max-width: 264px;
}

.feature_image {
    width: 100%;
    max-width: 683px;
    height: 878px;
    object-fit: cover;
    position: absolute;
    top: 164px;
    left: -92px;
}

.features_list_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 583px;
    height: 728px;
    border-radius: 0px 36px 36px 0px;
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    padding: 42px 102px 42px 103px;
}

.features_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
}

.features_item {
    display: flex;
    height: 96px;
    padding: 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #FFF;
    box-shadow: 9px 5px 39px 0px #EAEFF7;
    width: 100%;
    max-width: 378px;
}

.item_1 {
    border-radius: 16px;
}

.item_2 {
    border-radius: 16px;
}

.features_item img {
    width: 48px;
    height: 48px;
}

.features_item div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features_item h1 {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.features_item p {
    color: var(--text-secondary, #5F6368);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.separator {
    width: 16px;
    height: 25px;
    margin: 8px 0px;
}

/* Platform Benefits CSS */

.platform_benefits_container {
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    width: 100%;
    padding: 58px 0px;
}

.platform_benefits_content {
    background-image: linear-gradient(to top, #F0F5FF, #F6FAFF);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
}

.platform_benefits_content h1 {
    width: 100%;
    max-width: 1160px;
    color: var(--grey, #222A3F);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.platform_benefits_content ul {
    list-style-type: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.platform_benefits_content li {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 85px;
    border: 1px solid #DFE8FE;
    background: #FFF;
    box-shadow: 0px 2px 42px 0px #F4F7FD;
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    justify-content: center;
    height: 40px;
}

.platform_benefits_content span {
    color: var(--Primary-unifo-blue, #005778);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.platform_benefits_content button {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Primary-Left--right, linear-gradient(90deg, #005575 0.28%, #01314A 99.7%));
    color: var(--base-white, #FFF);
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 16px;
    border: 0px;
}

.platform_benefits_content button:hover {
    box-shadow: 0px 6px 10.5px 0px rgba(1, 60, 87, 0.43);;
}

/* Cnetralize Filling CSS */

.centralize_filing_container {
    width: 100%;
    background-color: white;
    padding: 80px 0px;
}

.centralize_filing_content {
    border-radius: 48px;
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    width: 100%;
    max-width: 1160px;
    height: 706px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.centralize_filing_description {
    width: fit-content;
    padding-left: 64px;
}

.centralize_filing_description h1 {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 16px;
}

.centralize_filing_description p {
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 293px;
    width: 100%;
}

.centralize_filing_description ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.centralize_filing_description li {
    color: var(--text-secondary, #5F6368);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.check_circle_img {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}

.map_picture {
    height: 614px;
}

.map_img {
    width: 644px;
    height: 699px;
}

/* Integration Section CSS */

.integration_content_con {
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    padding: 80px 0px;
    width: 100%;
}

.integration_container {
    display: flex;
    flex-direction: column;
    gap: 68.5px;
    width: 100%;
    margin: 0 auto;
}

.integration_header {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.integration_header h2 {
    color: var(--grey, #222A3F);
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
}

.integration_header p {
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    max-width: 529px;
}

.integration_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 68px;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.integration_img_con {
    width: 48.8%;
    display: flex;
    justify-content: flex-start;
    margin-left: 36px;
}

.integration_img_con picture {
    height: 444px;
}

.integration_image {
    width: 100%;
    max-width: 660px;
    height: 444px;
}

.integration_details_con {
    width: 50%;
    padding-right: 20px;
}

.integration_details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 16px;
    gap: 12px;
    box-shadow: 0px 2px 42px 0px #F4F7FD;
    max-width: 536px;
    align-items: flex-start;
}

.integration_details img {
    width: 80px;
    height: 80px;
}

.integration_details h3 {
    color: var(--grey, #222A3F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 460px;
    width: 100%;
}

.integration_details p {
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    max-width: 488px;
    width: 100%;
}

/* Tablet Landscape (900px - 1200px) */

@media screen and (max-width: 1200px) {

    .banner_content {
        gap: 48px !important;
        max-width: 744px !important;
    }

    .banner_content>img {
        max-width: 744px !important;
        height: 396px !important;
    }

    .banner_heading h1 {
        max-width: 730px !important;
    }

    .banner_container {
        background: linear-gradient(180deg, #F6F9FF 0%, #FFF 106.77%);
        padding: 45px 0px 0px 0px !important;
    }

    .features_container {
        padding: 20px 0px 60px 0px !important;
    }

    .features_wrapper {
        height: 636px !important;
        border-radius: 32px !important;
        max-width: 744px !important;
    }

    .feature_image {
        left: -180px !important;
        top: 144px !important;
        transform: rotate(3.5deg);
        max-width: 590px !important;
        height: 730px !important;
    }

    .features_header {
        width: 44.8% !important;
    }

    .features_list_container {
        width: 399px !important;
        height: 612px !important;
        border-radius: 0px 24px 24px 0px !important;
        padding: 42px 34px !important;
    }

    .separator {
        height: 24px !important;
        width: 16px !important;
        margin: 4px !important;
    }

    .features_heading {
        padding: 40px 0px 0px 40px !important;
        gap: 16px !important;
    }

    .features_heading h2 {
        font-size: 36px !important;
        line-height: normal !important;
        max-width: 236px !important;
        height: 98px !important;
    }

    .features_heading p {
        font-size: 20px !important;
        max-width: 240px !important;
    }

    .features_item {
        display: flex !important;
        height: 80px !important;
        padding: 16px 24px !important;
        align-items: center !important;
        gap: 16px !important;
        align-self: stretch !important;
        max-width: 331px !important;
    }

    .features_item div {
        gap: 8px !important;
    }

    .features_item p {
        white-space: nowrap;
    }

    .features_item img {
        width: 40px !important;
        height: 40px !important;
    }

    .platform_benefits_container {
        padding: 48px 0px !important;
    }

    .platform_benefits_content {
        max-width: 744px !important;
    }

    .platform_benefits_content ul {
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .platform_benefits_content h1 {
        width: 807px !important;
    }

    .platform_benefits_content span {
        background: var(--Unifo-Gradient-Blue, linear-gradient(180deg, #3F6073 0%, #5786A2 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .platform_benefits_content button {
        margin-top: 16px !important;
    }

    .centralize_filing_container {
        padding: 60px 0px !important;
    }

    .centralize_filing_content {
        max-width: 744px !important;
        height: 511px !important;
        border-radius: 32px !important;
        background: linear-gradient(3deg, #F6F9FF 2.41%, #FFF 294.13%);
    }

    .centralize_filing_description {
        padding-left: 40px !important;
    }

    .centralize_filing_description h1 {
        font-size: 36px !important;
        line-height: normal !important;
        margin-bottom: 8px !important;
        width: 100%;
        max-width: 282px;
    }

    .centralize_filing_description p {
        font-size: 20px !important;
        line-height: 30px !important;
        max-width: 242px !important;
        margin-bottom: 26px !important;
    }

    .centralize_filing_description ul {
        gap: 8px !important;
    }

    .map_img {
        width: 384px !important;
        height: 415px !important;
        margin-right: 0px !important;
    }

    .map_picture {
        height: 415px !important;
    }

    .integration_content_con {
        padding: 60px 0px 46px 0px !important;
    }

    .integration_container {
        gap: 40px !important;
    }

    .integration_content {
        gap: 36px !important;
        max-width: 900px !important;
    }

    .integration_header {
        max-width: 744px !important;
    }

    .integration_header h2 {
        font-size: 36px !important;
        line-height: normal !important;
    }

    .integration_header p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .integration_img_con {
        width: 52.44% !important;
        justify-content: flex-start !important;
        align-items: center !important;
        margin-left: 0px !important;
    }

    .integration_img_con picture {
        height: 343px !important;
    }

    .integration_image {
        height: 343px !important;
        width: 486px !important;
        position: relative;
        left: -14px;
    }

    .integration_details_con {
        padding-right: 0px !important;
    }

    .integration_details {
        width: 100% !important;
        max-width: 322px !important;
    }

    .integration_details p {
        max-width: 274px !important;
    }

    .integration_details img {
        width: 48px !important;
        height: 48px !important;
    }

    .integration_details h3 {
        font-size: 20px !important;
        line-height: normal !important;
        max-width: 264px !important;
    }
}

/* Tablet Portrait (700px - 850px) */

@media screen and (max-width: 850px) {
    .banner_heading img {
        width: 143px !important;
        height: 44px !important;
    }

    .banner_container {
        padding: 40px 0px 0px 0px !important;
    }

    .banner_content {
        max-width: 636px !important;
        gap: 40px !important;
    }

    .banner_content>img {
        max-width: 642px !important;
        height: 342px !important;
    }

    .banner_heading h1 {
        max-width: 458px !important;
    }

    .features_container {
        padding: 40px 0px !important;
    }

    .features_header {
        width: 41.3% !important;
    }

    .features_wrapper {
        border-radius: 24px !important;
        height: 578px !important;
        max-width: 636px !important;
    }

    .feature_image {
        top: 116px !important;
        left: -160px !important;
        transform: rotate(3.593deg) !important;
        max-width: 480px !important;
        height: 610px !important;
    }

    .features_heading {
        padding: 32px 0px 0px 32px !important;
        gap: 15px !important;
    }

    .features_heading p {
        max-width: 207px !important;
    }

    .features_heading h2 {
        font-size: 32px !important;
        height: 87px !important;
        max-width: 203px !important;
    }

    .features_list_container {
        padding: 13px 16px 13px 15px !important;
        width: 362px !important;
        height: 554px !important;
    }

    .features_item {
        height: 80px !important;
    }

    .features_item div {
        gap: 4px !important;
    }

    .separator {
        margin: 4px 0px !important;
    }

    .platform_benefits_container {
        padding: 32px 0px !important;
    }

    .platform_benefits_content {
        max-width: 636px !important;
    }

    .platform_benefits_content h1 {
        font-size: 26px !important;
        line-height: 36px !important;
        max-width: 636px !important;
        width: 100% !important;
    }

    .platform_benefits_content span {
        font-size: 26px;
        line-height: 36px;
    }

    .platform_benefits_content ul {
        gap: 16px !important;
        flex-wrap: wrap !important;
        justify-content: center;
        max-width: 604px !important;
        width: 100%;
    }

    .platform_benefits_content li {
        font-size: 16px !important;
        padding: 8px 16px !important;
    }

    .centralize_filing_container {
        padding: 40px 0px !important;
    }

    .centralize_filing_content {
        max-width: 636px !important;
        height: 445px !important;
    }

    .centralize_filing_description {
        padding: 47px 0px 0px 32px !important;
        align-self: flex-start !important;
    }

    .centralize_filing_description h1 {
        font-size: 32px !important;
        margin-bottom: 16px !important;
        line-height: 46px !important;
    }

    .centralize_filing_description p {
        max-width: 212px !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        margin-bottom: 32px !important;
    }

    .centralize_filing_description ul {
        gap: 4px !important;
    }

    .centralize_filing_description li {
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .check_circle_img {
        margin-right: 6px !important;
    }

    .map_img {
        width: 338px !important;
        height: 376px !important;
    }

    .map_picture {
        height: 376px !important;
    }

    .integration_content_con {
        padding: 40px 0px 38px 0px !important;
    }

    .integration_content {
        gap: 47px !important;
        max-width: 700px !important;
        align-items: flex-start;
    }

    .integration_container {
        gap: 23px !important;
    }

    .integration_details {
        padding: 16px !important;
        max-width: 306px !important;
    }

    .integration_img_con {
        height: 244px !important;
        width: 45% !important;
    }

    .integration_img_con picture {
        height: 244px !important;
    }

    .integration_image {
        height: 244px !important;
        width: 344px !important;
        left: -29px !important;
    }

    .integration_header {
        max-width: 636px !important;
    }

    .integration_header h2 {
        font-size: 32px !important;
        line-height: 61px !important;
        display: flex;
        height: 55px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .integration_details h3 {
        font-size: 16px !important;
    }

    .integration_details p {
        font-size: 12px !important;
        line-height: 24px !important;
    }
}

/* Mobile Views (320px - 430px) */

@media screen and (max-width: 699px) {
    .banner_heading h1 {
        font-size: 32px !important;
        max-width: 264px !important;
        line-height: normal !important;
    }

    .banner_heading img {
        width: 104px !important;
        height: 32px !important;
    }

    .banner_heading button {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    .banner_heading p {
        font-size: 14px !important;
    }

    .banner_container {
        padding: 40px 16px 0px 16px !important;
    }

    .banner_content {
        max-width: 428px !important;
        gap: 24px !important;
    }

    .banner_content>img {
        max-width: 428px !important;
        height: auto !important;
    }

    .schedule {
        padding: 12px 16px !important;
    }

    .access {
        padding: 12px 16px !important;
    }

    .features_container {
        padding: 16px !important;
    }

    .features_wrapper {
        display: flex !important;
        flex-direction: column !important;
        border-radius: 16px !important;
        gap: 24px !important;
        height: auto !important;
        max-width: 428px !important;
        padding: 24px 16px !important;
    }

    .features_header {
        width: 100% !important;
    }

    .features_heading {
        gap: 16px !important;
        padding: 0px !important;
    }

    .features_heading h2 {
        max-width: 209px !important;
        height: 86px !important;
    }

    .features_heading p {
        font-size: 16px !important;
        max-width: 100% !important;
    }

    .separator {
        margin: 8px 0px !important;
        width: 16px !important;
        height: 19px !important;
    }

    .features_list_container {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px !important;
        padding: 16px 18px 15px 18px !important;
        height: auto !important;
    }

    .feature_image {
        display: none;
    }

    .features_item div {
        gap: 2px !important;
    }
    .features_item {
        gap: 8px !important;
        height: auto !important;
        max-width: 100% !important;
        padding: 14px 12px !important;
    }

    .item_1 {
        border-radius: 4px!important;
    }

    .item_2 {
        border-radius: 4px !important;
    }

    .features_item h1 {
        font-size: 16px !important;
    }

    .features_item p {
        font-size: 12px !important;
        white-space: normal !important;
    }

    .features_item img {
        width: 40px !important;
        height: 40px !important;
    }

    .platform_benefits_container {
        padding: 24px 16px !important;
    }

    .platform_benefits_content {
        max-width: 428px !important;
        gap: 20px !important;
    }

    .platform_benefits_content span {
        font-size: 24px !important;
    }

    .platform_benefits_content h1 {
        font-size: 24px !important;
        max-width: 428px !important;
        width: 100% !important;
    }

    .platform_benefits_content li {
        font-size: 14px !important;
        padding: 4px 8px !important;
        height: 32px !important;
    }

    .platform_benefits_content ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px !important;
        gap: 4px !important;
    }

    .platform_benefits_content button {
        padding: 12px 16px !important;
        margin-top: 12px !important;
    }

    .centralize_filing_container {
        padding: 32px 16px !important;
    }

    .centralize_filing_content {
        background-image: linear-gradient(to top, #F0F5FF, #F6FAFF) !important;
        border-radius: 16px !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 24px 0px !important;
        justify-content: center !important;
        align-items: center !important;
        height: auto !important;
        max-width: 428px !important;
    }

    .centralize_filing_description {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 0px !important;
        display: flex;
        flex-direction: column;
    }

    .centralize_filing_description h1 {
        font-size: 32px !important;
        margin-bottom: 12px !important;
        line-height: 61px !important;
        height: 38px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

    .centralize_filing_description p {
        max-width: 100% !important;
        font-size: 16px !important;
        margin-bottom: 24px !important;
        line-height: 24px !important;
        flex-shrink: 0;
    }

    .centralize_filing_description ul {
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .centralize_filing_description li {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .check_circle_img {
        width: 20px !important;
        height: 20px !important;
        margin-right: 10px !important;
    }

    .map_img {
        width: 100% !important;
        max-width: 428px !important;
        height: auto !important;
        padding: 0px 0px !important;
        margin-left: 6px !important;
    }

    .map_picture {
        height: 321px !important;
    }

    .integration_content_con {
        padding: 40px 16px 23px 16px !important;
    }

    .integration_container {
        max-width: 428px !important;
        gap: 16px !important;
    }

    .integration_header {
        gap: 16px !important;
        max-width: 428px !important;
    }

    .integration_header h2 {
        width: 100% !important;
        font-size: 32px !important;
        max-width: 428px !important;
        line-height: normal !important;
        height: auto !important;
    }

    .integration_header p {
        font-size: 14px !important;
        line-height: 26px !important;
        max-width: 428px !important;
    }

    .integration_content {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
        gap: 24px !important;
        max-width: 428px !important;
    }

    .integration_img_con {
        width: 100% !important;
        height: auto !important;
        justify-content: center !important;
    }

    .integration_img_con picture {
        height: auto !important;
    }

    .integration_image {
        width: 100% !important;
        max-width: 428px !important;
        height: auto !important;
        left: 0px !important;
    }

    .integration_details_con {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .integration_details {
        width: 100% !important;
        max-width: 428px !important;
    }

    .integration_details h3 {
        font-size: 16px !important;
        max-width: 100% !important;
    }

    .integration_details p {
        width: 100% !important;
        font-size: 12px !important;
        max-width: 100% !important;
    }
}