.colored_text_sect .row1 {
    padding: 3.75em 6.5em;
    box-sizing: border-box;
    border-radius: 1.25em;
    color: #ffffff;
    font-family: Inter, sans-serif;
}
.colored_text_sect .title {
    text-align: left;
    font-size: 3.25em;
    font-weight: 600;
    margin: 0 0 0.75em;
    letter-spacing: -0.02em;
    color: inherit;
}
.colored_text_sect .items {
    margin: 0 0 2.5em;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}
.colored_text_sect .item {
    margin: 0 0 2.5em;
    width: calc(50% - 1.5em);
}
.colored_text_sect .item_title {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.5em;
}
.colored_text_sect .item_title:last-child {
    margin-bottom: 0;
}
.colored_text_sect .item_desc {
    font-size: 0.875em;
    line-height: 1.25;
}
.colored_text_sect .desc {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.5;
    align-self: stretch;
}
@media(max-width: 1199px) {
    .colored_text_sect .row1 {
        border-radius: 0.5em;
        padding: 1.5em 2.5em;
    }
    .colored_text_sect .title {
        font-size: 2.25em;
    }
    .colored_text_sect .items {
        margin: 0 0 1.25em;
    }
    .colored_text_sect .item {
        margin: 0 0 1.25em;
        width: calc(50% - 0.625em);
    }
    .colored_text_sect .item_title {
        font-size: 1.5em;
    }
    .colored_text_sect .desc {
        font-size: 1em;
    }
}
@media(max-width: 767px) {
    .colored_text_sect .row1 {
        padding: 1.25em 1em;
    }
    .colored_text_sect .title {
        font-size: 1.75em;
    }
    .colored_text_sect .items {
        display: block;
        margin: 0 0 1.25em;
        padding: 0 0 1em;
    }
    .colored_text_sect .items:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .colored_text_sect .item {
        margin: 0 0 1em;
        width: 100%;
    }
    .colored_text_sect .item:last-child {
        margin-bottom: 0;
    }
    .colored_text_sect .item_title {
        font-size: 1em;
    }
    .colored_text_sect .item_desc {
        font-size: 0.75em;
    }
    .colored_text_sect .desc {
        font-size: 0.875em;
    }
}