.vmix_items_sect .container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625em;
}
.vmix_items_sect .col {
    margin: 0 0.625em;
    width: calc(50% - 1.25em);
}
.vmix_items_sect .sect_title {
    text-align: left;
}
.vmix_items_sect .image {
    border-radius: 0.75em;
    max-width: 100%;
    display: block;
    margin: 0;
}
.vmix_items_sect .items {
    margin: -0.625em -2.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vmix_items_sect .item {
    margin: 0.625em 2.5em;
    box-sizing: border-box;
    padding: 1.25em;
    background-color: #ECF0FF;
    border-radius: 0.75em;
    color: #475467;
    line-height: 1.5;
    font-family: Inter, sans-serif;
}
.vmix_items_sect .item_title {
    font-weight: 600;
    color: #4B87FC;
    margin: 0 0 1.25em;
}
.vmix_items_sect .item_title:last-child {
    margin-bottom: 0;
}
.vmix_items_sect .item_desc {
    font-weight: 500;
}
.vmix_items_sect.type2 .container {
    margin: 0;
    display: block;
}
.vmix_items_sect.type2 .sect_title {
    text-align: center;
}
.vmix_items_sect.type2 .image {
    margin: 0 auto 1.25em;
}
.vmix_items_sect.type2 .items {
    flex-direction: row;
    flex-wrap: wrap;
}
.vmix_items_sect.type2 .item {
    width: calc(50% - 5em);
}
@media(max-width: 1199px) {
    .vmix_items_sect .container {
        display: block;
        margin: 0;
    }
    .vmix_items_sect .sect_title {
        text-align: center;
    }
    .vmix_items_sect .col {
        margin: 0;
        width: 100%;
    }
    .vmix_items_sect .image {
        margin: 0 auto 1.25em;
    }
    .vmix_items_sect .items {
        margin: -0.625em;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .vmix_items_sect .item,
    .vmix_items_sect.type2 .item {
        margin: 0.625em;
        width: calc(50% - 1.25em);
    }
}
@media(max-width: 767px) {
    .vmix_items_sect .item,
    .vmix_items_sect.type2 .item {
        width: calc(100% - 1.25em);
    }
}