.text_divider .custom-padding {
    padding: 120px 0px 90px;
}
.text_divider p {
    margin-bottom: 0px;
}
.text_divider * {
    font-size: 26px;
    line-height: 34px;

}
.text_divider a::after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('assets/arrow-angle.svg');
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    /*background-color: red;*/
}
.text_divider a {
    color: var(--white);
    position: relative;
    padding-right: 21px;
    white-space: nowrap;
}
.text_divider .white_background a {
    color: var(--black);
    position: relative;
    padding-right: 21px;
    white-space: nowrap;
}
.text_divider .white_background a:after {
    content: '';
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background-image: url('assets/arrow-angle-dark.svg');
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.text_divider.block ~ .text_divider.block .custom-padding {
    border-top: 1px solid #707070;
}
.text_divider .white_background p {
    color: var(--black);
}
.text_divider .white_background p.accent_text {
    color: var(--sapphire);
}
div#block_6a16e0d4b71bea4a5d051f5866e7c3aa .custom-padding {
    border-top: 0px;
}
@media(max-width: 1399.98px){
    .text_divider * {
        font-size: 32px;
        line-height: 42px;
    }
    .text_divider .custom-padding {
        padding: 80px 0px 60px
    }
}

@media(max-width: 1199.98px){
    .text_divider .custom-padding {
        padding: 60px 0px 30px;
    }
}
@media(max-width: 767.98px){
    .text_divider .custom-padding {
        /*padding-right: 40px;*/
        /*padding-left: 40px;*/
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .text_divider .custom-padding {
        padding: 30px 0px 30px;
    }
}
@media(max-width: 575px){
    .text_divider * {
        font-size: 26px;
        line-height: 34px;
    }
}