.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0
}

.section-header span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.375rem;
    font-weight: 700!important;
    line-height: 2.25rem;
    color: #13183e
}

.section-header .section-header-linkall {
    color: #d2935b;
    font-size: 0;
    font-weight: 500!important;
    width: 0;
    height: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.section-header .section-header-linkall+.icon-arrow_right {
    margin-left: 15px;
    margin-top: 2px;
    font-size: .75rem;
    -webkit-transition: all 15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.section-header:hover .section-header-linkall,.section-header.hover .section-header-linkall {
    width: auto;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    font-size: .875rem;
    line-height: 2.25rem;
    margin-left: 20px;
    -webkit-transition: all 15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.section-header:hover .section-header-linkall+.icon-arrow_right,.section-header.hover .section-header-linkall+.icon-arrow_right {
    margin-left: 10px;
    -webkit-transition: all 15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.section-header .section-header-linkall:hover,.section-header .section-header-linkall.hover {
    width: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    font-size: .875rem;
    line-height: 2.25rem;
    margin-left: 20px
}

.section-header .section-header-linkall:hover+.icon-arrow_right,.section-header .section-header-linkall.hover+.icon-arrow_right {
    margin-left: 10px
}

@media(max-width: 991.98px) {
    .section-header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-header .section-header-linkall {
        width: auto!important;
        height: auto!important;
        opacity: 1!important;
        -webkit-transform: scale(1)!important;
        transform: scale(1)!important;
        margin-left: auto!important;
        font-size: .875rem;
        line-height: 2.25rem
    }

    .section-header .section-header-linkall:hover,.section-header .section-header-linkall.hover {
        margin-left: auto!important
    }

    .section-header .icon-arrow_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 6px!important;
        margin-top: 1px;
        color: #d2935b
    }
}

@media(max-width: 767.98px) {
    .section-header span {
        font-size:1.125rem
    }

    .section-header .section-header-linkall {
        margin-left: auto!important;
        font-size: .75rem;
        line-height: normal
    }

    .section-header .icon-arrow_right {
        margin-left: 3px!important;
        margin-top: 1px;
        font-size: .563rem
    }

    .section-header:hover .section-header-linkall,.section-header.hover .section-header-linkall {
        font-size: .75rem;
        line-height: normal;
        margin-left: auto
    }

    .section-header .section-header-linkall:hover,.section-header .section-header-linkall.hover {
        width: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        margin-left: auto!important;
        font-size: .75rem;
        line-height: normal
    }

    .section-header .section-header-linkall:hover+.icon-arrow_right,.section-header .section-header-linkall.hover+.icon-arrow_right {
        margin-left: 3px
    }
}
