.three-col-box-outer {
    position: relative
}

.three-col-box-outer .heading {
    margin: 0 auto;
    max-width: 949px
}

.three-col-box-outer .heading h2 br {
    display: none
}

@media (min-width:768px) {
    .three-col-box-outer .heading h2 br {
        display: block
    }
}

.three-col-box-outer .three-col-box-repeater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 30px 20px;
    justify-content: center
}

@media (min-width:768px) {
    .three-col-box-outer .three-col-box-repeater {
        gap: 50px 20px;
        margin: 50px auto 0
    }
}

@media (min-width:1200px) {
    .three-col-box-outer .three-col-box-repeater {
        gap: 66px 30px;
        margin: 82px 0 0
    }
}

.three-col-box-outer .three-col-box-repeater.align_boxes_to_the_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.three-col-box-outer .three-col-box-repeater>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 45px;
    position: relative
}

@media (min-width:768px) {
    .three-col-box-outer .three-col-box-repeater>* {
        max-width: calc(50% - 15px);
        padding-left: 53px
    }
}

@media (min-width:1200px) {
    .three-col-box-outer .three-col-box-repeater>* {
        max-width: calc(33.33333% - 20px)
    }
}

.three-col-box-outer .three-col-box-repeater>:before {
    background: var(--brand-secondary);
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 30px
}

@media (min-width:768px) {
    .three-col-box-outer .three-col-box-repeater>:before {
        top: 5px
    }
}

.three-col-box-outer .three-col-box-repeater>:after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    height: 6px;
    left: 11px;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    z-index: 1
}

@media (min-width:768px) {
    .three-col-box-outer .three-col-box-repeater>:after {
        top: 17px
    }
}

.three-col-box-outer .three-col-box-repeater>* h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .three-col-box-outer .three-col-box-repeater>* h3 {
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:1200px) {
    .three-col-box-outer .three-col-box-repeater>* h3 {
        font-size: 32px;
        line-height: 40px
    }
}

.three-col-box-outer .three-col-box-repeater>* h3 br {
    display: none
}

@media (min-width:1200px) {
    .three-col-box-outer .three-col-box-repeater>* h3 br {
        display: block
    }
}

.three-col-box-outer .three-col-box-repeater>.col-with-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.three-col-box-outer .three-col-box-repeater>.col-with-btn:after,
.three-col-box-outer .three-col-box-repeater>.col-with-btn:before {
    display: none
}

.three-col-box-outer .btm-content {
    margin: 66px auto 0;
    max-width: 949px;
    text-align: center
}

.three-col-box-outer .btn-outer {
    margin: 40px 0 0;
    position: relative;
    text-align: center;
    z-index: 2
}

@media (min-width:768px) {
    .three-col-box-outer .btn-outer {
        margin: 73px 0 0
    }
}