.two-column-grid-section {
    position: relative;
    z-index: 2;
}

.two-column-grid-section .content-block {
    text-align: center;
    max-width: 817px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.two-column-grid-section .content-block p {
    font-size: 23px;
    line-height: 31px;
}

.two-column-grid-section .content-block .h6 {
    margin-bottom: 15px;
}

.two-column-grid-section .content-block h2 {
    margin-bottom: 50px;
    max-width: 568px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.two-column-container.number-list {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.two-column-row {
    display: flex;
    flex-wrap: wrap;
}

.two-column-row .two-column-col {
    width: 50%;
    padding: 0 30px;
}

.two-column-row .two-column-col .two-column-box {
    padding: 70px 0;
    border-bottom: 1px solid #000000;
    height: 100%;
}

.two-column-row>div:nth-child(odd) {
    position: relative;
}

.two-column-row>div:nth-child(odd):before {
    content: "";
    display: block;
    background: #000000;
    height: calc(100% - 70px);
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.two-column-col:nth-child(1) .two-column-box,
.two-column-col:nth-child(2) .two-column-box {
    border-top: 1px solid #000;
}

.two-column-grid-section .btn-div {
    justify-content: center;
    padding: 81px 0;
}

.two-column-row .two-column-col .two-column-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.number-list .two-column-box .two-column-boxes {
    counter-increment: step-counter;
    position: relative;
}

.two-column-box .two-column-boxes {
    padding-left: 55px;
    padding-right: 55px;
}

.number-list .two-column-box .two-column-boxes .h3:before {
    content: counter(step-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px;
    font-family: 'FranklinGothicURWLig';
}

.number-list .two-column-row {
    counter-reset: step-counter;
}

.two-column-box .img-wraper {
    position: relative;
    margin-top: 20px;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) {
    width: 100%;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box {
    border-bottom: 0;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .title {
    width: 32%;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .description {
    width: 32%;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .img-wraper {
    width: 32%;
}

.two-column-grid-section .two-column-row>div:last-child:nth-child(odd):before {
    display: none;
}

.two-column-row .two-column-col .two-column-box .description {
    font-family: 'FranklinGothicURWBoo';
}


/*One COlumn*/

.one-column .two-column-row .two-column-col {
    width: 100%;
    padding: 0;
}

.one-column .two-column-col:nth-child(2) .two-column-box {
    border-top: 0;
}

.one-column .two-column-row .two-column-col {
    width: 100%;
    padding: 0;
}

.one-column .two-column-col:nth-child(2) .two-column-box {
    border-top: 0;
}

.one-column .two-column-row .two-column-col .two-column-box .two-column-boxes {
    display: flex;
    justify-content: space-between;
}

.one-column .two-column-row .two-column-col .two-column-box .two-column-boxes .title {
    width: 31%;
    flex-shrink: 0;
}

.one-column .two-column-row .two-column-col .two-column-box .two-column-boxes .img-wraper {
    width: 32%;
}

.one-column .two-column-row>div:nth-child(odd):before {
    display: none;
}

.one-column .two-column-row .two-column-col .two-column-box {
    /* margin: 0 -15px; */
    padding: 80px 20px;
}

.one-column .two-column-row .two-column-col:last-child .two-column-box {
    border-bottom: 0;
}

@media only screen and (max-width:1199px) {
    .two-column-grid-section .content-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .two-column-row .two-column-col .two-column-box {
        padding: 60px 0;
    }
    .one-column .two-column-row .two-column-col .two-column-box {
        padding: 60px 15px;
    }
    .two-column-box .two-column-boxes {
        padding-left: 40px;
        padding-right: 40px;
    }
    .number-list .two-column-box .two-column-boxes .h3:before {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width:991px) {
    .two-column-grid-section .content-block {
        max-width: 540px;
    }
    .two-column-row .two-column-col {
        width: 50%;
        padding: 0 15px;
    }
    .two-column-row .two-column-col .two-column-box {
        padding: 40px 0;
    }
    .one-column .two-column-row .two-column-col .two-column-box {
        padding: 40px 15px;
    }
    .two-column-grid-section .btn-div {
        justify-content: center;
        padding: 61px 0;
    }
    .two-column-grid-section .content-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .number-list .two-column-box .two-column-boxes .h3:before {
        font-size: 16px;
        line-height: 30px;
    }
    .two-column-box .two-column-boxes {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:767px) {
    .two-column-row .two-column-col {
        width: 100%;
    }
    .two-column-row>div:nth-child(odd):before {
        display: none;
    }
    .two-column-col:nth-child(2) .two-column-box {
        border-top: 0;
    }
    .one-column .two-column-row .two-column-col .two-column-box .two-column-boxes {
        display: block;
    }
    .two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .title {
        width: 100%;
    }
    .two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .description {
        width: 100%;
    }
    .two-column-grid-section .two-column-row>div:last-child:nth-child(odd) .two-column-box .two-column-boxes .img-wraper {
        width: 100%;
    }
    .one-column .two-column-row .two-column-col .two-column-box {
        display: block;
    }
    .one-column .two-column-row .two-column-col .two-column-box .two-column-boxes .title {
        width: 100%;
    }
    .one-column .two-column-row .two-column-col .two-column-box .two-column-boxes .img-wraper {
        width: 100%;
    }
    .two-column-box .two-column-boxes {
        padding-left: 0;
        padding-right: 0;
    }
    .number-list .two-column-box .two-column-boxes {
    padding-left: 30px;
}
}