.template-services .section .column .number {
    color: #C02025;
    text-align: center;
    font-family: 'barlow';
    font-size: clamp(180px, 36vw, 510px);
    font-style: normal;
    font-weight: 600;
    line-height: 300px;
    letter-spacing: -12px;
    margin-top: -30px;
    margin-left: -10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.template-services .section.active .column .number {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s .7s;
    -o-transition: .5s .7s;
    transition: .5s .7s;
}
.template-services .section .num-row {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1300px){
    .template-services .section .num-row {
        width: 1280px;
        max-width: 1280px;
    }
}
@media screen and (max-width: 991px){
    .template-services .content h2 {
        margin-top: 20px;
    }
    .template-services .section .content p {
        margin: 35px 0;
    }
    .template-services .section .button.regular-text{
        margin-top: 0;
    }
    .template-services .section .num-row {
        flex-direction: column-reverse;
    }
    .template-services .content .column:first-of-type {
        padding: 0;
    }
}
@media screen and (min-width: 992px){
    .template-services .section .content p {
        margin: 30px 0;
    }
    .template-services .align-center-d {
        text-align: center;
    }
    .template-services .section .num-row {
        justify-content: space-between;
    }
    .template-services .section.row-odd .num-row {
        flex-direction: row-reverse;
    }
    .template-services .section .column .number {
        float: right;
    }
    .template-services .section.row-odd .num-row .number {
        float: left;
    }
    .template-services .content .column:first-of-type {
        padding: 0;
    }
    .template-services .content .text-pad-dyn.column:first-of-type {
        padding-right: 1.875em;
    }
    .template-services .content .section.row-odd .text-pad-dyn.column:first-of-type {
        padding-left: 1.875em;
    }
}
@media screen and (min-width: 641px){
    .template-services .section .button.regular-text {
        left: 0 !important;
    }
}
@media screen and (max-width: 640px){
    .template-services .section .column .number {
        line-height: 200px;
        letter-spacing: -4px;
    }
}
@media screen and (max-width: 375px){
    .template-services .content h2 {
        margin-top: 10px;
    }
    .template-services .section .content p {
        margin: 20px 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
    .template-services .section .column .number {
        line-height: 180px;
        min-height: 260px;
    }
}
@media screen and (min-width: 1024px){
    .section .column .number {
        -webkit-transform: translateX(.2em);
        -o-transform: translateX(.2em);
        transform: translateX(.2em);
    }
    .section.row-odd .column .number {
        -webkit-transform: translateX(-0.2em);
        -o-transform: translateX(-0.2em);
        transform: translateX(-0.2em);
    }
}
@media screen and (max-width: 1023px){
    .section .column .number {
    /*
    -webkit-transform: translateY(.35em);
    -o-transform: translateY(.35em);
    transform: translateY(.35em);
    */
    }
}