.our_shopify_team_behind_it_section.bg-transparent {
    background: transparent;
}

.our_shopify_team_behind_it_section .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.our_shopify_team_behind_it_section .wrapper .col {
    width: 100%;
}

.our_shopify_team_behind_it_section {
    background: #EFF4EF;
}

.our_shopify_team_behind_it_section.bg-white {
    background-color: #ffffff;
}

.our_shopify_team_behind_it_section .item {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(40, 40, 40, 0.10);
    background: #FFF;
    padding: 25px;
}

.our_shopify_team_behind_it_section .item span.number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbefd7;
    color: var(--theme-red);
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our_shopify_team_behind_it_section.bg-white span.number {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    font-size: 14px;
    line-height: normal;
    background-color: #EFF4EF;
}

.our_shopify_team_behind_it_section .item h3 {
    color: #282828;
    font-size: 22px;
    line-height: 132%;
    margin-bottom: 10px;
}

.our_shopify_team_behind_it_section .btns_group {
    justify-content: center;
    margin-top: 30px;
}

.our_shopify_team_behind_it_section .btns_group a:not(:first-child) {
    margin-left: 20px;
}

.our_shopify_team_behind_it_section.flex-wrap .section-title {
    text-align: left;
}

@media only screen and (max-width: 1399px) {
    .our_shopify_team_behind_it_section .item h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .our_shopify_team_behind_it_section .item {
        border-radius: 16px;
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .our_shopify_team_behind_it_section .item span.number {
        margin-bottom: 10px;
    }

    .our_shopify_team_behind_it_section .item h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .our_shopify_team_behind_it_section .wrapper .col {
        width: 100%;
    }

    .our_shopify_team_behind_it_section .btns_group a:not(:first-child) {
        margin: 20px auto 0;
    }

    .our_shopify_team_behind_it_section .wrapper {
        display: block;
    }

    .our_shopify_team_behind_it_section .wrapper .col:not(:last-child) {
        margin-bottom: 16px;
    }
}