.daas_container {
    width: 100%;
    padding: 48px 0px 32px 0px;
    border-radius: var(--Border-Radius-4, 12px);
    background: linear-gradient(3deg, #FFF 2.41%, #F6F9FF 93.56%);
}

.daas_content {
    max-width: 1160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 117px;
}

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

.daas_text_content h1 {
    color: var(--grey, #222A3F);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    max-width: 398px;
    width: 100%;
}

.daas_text_content h2 {
    max-width: 378px;
    width: 100%;
    margin-bottom: 16px;
    color: var(--text-secondary, #5F6368);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

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

button {
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-5, 10px);
}

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

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

.image_container {
    height: 695px;
}

.processing_img {
    width: 645px;
    height: 695px;
    flex-shrink: 0;
    position: relative;
    right: -36px;
}

.daas_benefites_content {
    background: var(--linear-gradient, linear-gradient(3deg, #F0F5FF 2.41%, #F6FAFF 97.59%));
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.benefits_desc_container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    gap: 69px;
}

.why_daas_container {
    width: fit-content;
}

.why_daas_container h2 {
    width: 100%;
    max-width: 459px;
    color: var(--grey, #222A3F);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.why_daas_container span {
    color: var(--grey, #4A7289);
}

.why_daas_container img {
    width: 395px;
    height: 542px;
    position: absolute;
    bottom: -118px;
    object-fit: cover;
}

.daas_benefits_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    width: fit-content;
}

.items_container {
    display: flex;
    gap: 24px;
}

.daas_benefits_item {
    display: flex;
    width: 304px;
    padding: 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    gap: 20px;
    box-shadow: 9px 5px 39px 0px #EAEFF7;
}

/* Target the h3 inside the 3rd item in the second .items_container */
.items_container:nth-of-type(2) .daas_benefits_item:nth-of-type(1) h3 {
    height: 32px !important;
}

/* Target the h3 inside the 4th item in the second .items_container */
.items_container:nth-of-type(2) .daas_benefits_item:nth-of-type(2) h3 {
    height: 32px !important;
}

.item1 {
    border-radius: 24px;
}

.item2 {
    border-radius: 24px;
}

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

.daas_benefits_item img {
    width: 60px;
    height: 60px;
}

.daas_benefits_item h3 {
    display: flex;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--grey, #222A3F);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    white-space: nowrap;
}

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

.daas_overview_container {
    width: 100%;
    padding: 80px 0px 0px 0px;
}

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

.daas_overview_content h2 {
    color: var(--grey, #222A3F);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    height: 74px;
    width: 100%;
    max-width: 403px;
}

.description {
    color: var(--text-secondary, #5F6368);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    max-width: 975px;
    width: 100%;
    margin-bottom: 37px;
    height: 73px;
}

.daas_overview_list {
    display: flex;
    gap: 40px;
    list-style-type: none;
    width: 100%;
    align-items: center;
}

.daas_overview_item {
    display: flex;
    padding: 24px 21px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    width: 100%;
    max-width: 260px;
    height: 253px;
}

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

.list_items_container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.daas_overview_item img {
    width: 60px;
    height: 60px;
}

.daas_overview_item h3 {
    display: flex;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--grey, #222A3F);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

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

@media screen and (max-width: 1200px) {
    .daas_container {
        padding: 40px 0px !important;
    }

    .daas_content {
        max-width: 744px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 48px;
    }

    .daas_text_content {
        align-items: center !important;
        text-align: center;
    }

    .daas_text_content h1 {
        max-width: 394px !important;
    }

    .daas_text_content h2 {
        max-width: 346px !important;
        margin-bottom: 8px !important;
    }

    .image_container {
        height: 848px !important;
    }

    .processing_img {
        width: 782px !important;
        height: 848px !important;
        right: 0px !important;
    }

    .daas_benefites_content {
        padding: 60px 0px !important;
        margin-top: 20px !important;
    }

    .why_daas_container {
        width: 100% !important;
    }

    .why_daas_container h2 {
        max-width: 454px !important;
        font-size: 36px !important;
        line-height: normal !important;
    }

    .why_daas_container img {
        display: none;
    }

    .daas_benefits_container {
        width: 100% !important;
        align-items: flex-start;
        gap: 32px !important;
    }

    .benefits_desc_container {
        flex-direction: column !important;
        gap: 40px !important;
        max-width: 744px !important;
    }

    .items_container {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 32px !important;
    }

    .daas_benefits_item {
        width: 356px !important;
        padding: 16px 24px !important;
    }

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

    .daas_overview_content {
        max-width: 744px !important;
        gap: 24px !important;
    }

    .daas_overview_content h2 {
        font-size: 36px !important;
        line-height: normal !important;
        height: auto !important;
        max-width: 288px !important;
    }

    .description {
        max-width: 740px !important;
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 24px !important;
        height: 90px !important;
    }

    .daas_overview_list {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .daas_overview_item {
        max-width: 262px !important;
        height: 241px !important;
    }

    .daas_overview_item div {
        gap: 16px !important;
        align-items: center;
    }

    .list_items_container {
        display: flex;
        gap: 40px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 850px) {
    .daas_content {
        max-width: 636px !important;
        gap: 40px !important;
    }

    .daas_text_content h1 {
        max-width: 434px !important;
    }

    .daas_text_content h2 {
        font-size: 16px !important;
        max-width: 298px !important;
        margin-bottom: 8px !important;
    }

    .daas_text_content span {
        font-size: 20px !important;
    }

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

    .image_container {
        height: 620px !important;
    }

    .processing_img {
        width: 573px !important;
        height: 620px !important;
    }

    .benefits_desc_container {
        max-width: 636px !important;
        gap: 32px !important;
    }

    .items_container {
        gap: 24px !important;
    }

    .daas_benefites_content {
        padding: 40px 0px !important;
        margin-top: 0px !important;
    }

    .daas_benefits_container {
        gap: 24px !important;
    }

    .why_daas_container h2 {
        max-width: 466px !important;
    }

    .daas_benefits_item {
        width: 306px !important;
    }

    .daas_benefits_item h3 {
        font-size: 20px !important;
    }

    .daas_benefits_item p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

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

    .daas_overview_content {
        gap: 16px !important;
        max-width: 636px !important;
    }

    .description {
        width: 583px !important;
        flex-shrink: 0;
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width: 699px) {
    .daas_container {
        padding: 40px 16px !important;
    }

    .daas_content {
        max-width: 428px !important;
    }

    .daas_text_content {
        gap: 12px !important;
    }
    
    .daas_overview_item {
        height: 229px !important;
    }

    .daas_text_content h1 {
        max-width: 264px !important;
        font-size: 32px !important;
        line-height: normal !important;
    }

    .daas_text_content span {
        font-size: 18px !important;
    }

    .daas_text_content h2 {
        width: 298px !important;
        line-height: 24px !important;
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }

    .image_container {
        height: auto !important;
    }

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

    .daas_benefites_content {
        padding: 40px 16px !important;
        margin-top: 14px !important;
    }

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

    .why_daas_container h2 {
        max-width: 428px !important;
        font-size: 32px !important;
        line-height: normal !important;
        color: #1D1D1F !important;
    }

    .why_daas_container span {
        color: #1D1D1F !important;
    }

    .daas_benefits_container {
        gap: 16px !important;
        align-items: flex-start !important;
    }

    .items_container {
        display: flex;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

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

    .order_change {
        order: -1;
    }

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

    .daas_benefits_item h3 {
        font-size: 20px !important;
    }

    .daas_benefits_item p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

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

    .daas_overview_container {
        padding: 40px 16px 12px 16px !important;
    }

    .daas_overview_content {
        max-width: 428px !important;
    }

    .daas_overview_content h2 {
        font-size: 32px !important;
        max-width: 256px !important;
    }

    .description {
        font-size: 16px !important;
        line-height: 26px !important;
        max-width: 398px !important;
        width: 100% !important;
        height: 129px !important;
        margin-bottom: 0px !important;
    }

    .daas_overview_list {
        gap: 12px !important;
        max-width: 428px !important;
        margin-top: -2px !important;
    }

    .list_items_container {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .daas_overview_item p {
        font-size: 16px !important;
    }
}