.custom_item-template-1 {
    padding: 0;
    width: 80%;
    margin: auto;
}

.custom_item-template-1 .services-box {
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 2rem;
}
.custom_item-template-1 .item {
    text-align: center;
}
.custom_item-template-1 .item span {
    font-size: var(--text-size-7);
    display: block;
    position: relative;
    font-weight: bold;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
}
.custom_item-template-1 .item img {
    width: 80px;
    height: 80px;
    padding: var(--margin-3);
    border: solid 5px #fff;
    border-radius: 5rem;
}
.custom_item-template-1 .items {
    display: flex;
}

.custom_item-template-1  .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: var(--margin-2);
    border-radius: var(--border-radius_1);
}

.first-services {
    margin-top: -8rem !important;
}

.first-services > *{
    overflow: visible;
}

@media (min-width: 992px) {
    .custom_item-template-1 .services-box {
        box-shadow: 0 16px 16px 0 rgb(24 32 8 / 19%);
        background: #4abea9;
        background-image: url(/image/design/patterns/patt-01.png);
        background-size: 150px;
        background-repeat: repeat-x;
        background-blend-mode: multiply;
        background-position: center;
    }    
}

@media (max-width: 991px) {
    .custom_item-template-1 .item img {
        width: 70px;
        height: 70px;
    
    }
    
    .custom_item-template-1 {
        width:100%;
    }
    
    .first-services {
        margin-top: unset !important;
    }
    
}

