
/* services // start */
.service_advantages_section .nm-choose-2-sec-title{
    max-width: 100%;
}
.service_advantages_section .nm-choose-2-wrap {
    display: flex;
    /* grid-template-columns: 1fr 1.045fr 1fr; */
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
    /* align-content: flex-start; */
    justify-content: flex-start;
}
.service_advantages_section .nm-choose-2-left{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.service_advantages_section .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
    margin-left: 0;
}
.service_advantages_section .nm-choose-2-card:not(:last-child) {
    margin-bottom: 0;
}
.service_advantages_section .nm-choose-2-sec-title.mb-110 {
    margin-bottom: 50px;
}