.smart-section-divider .arrow-holder {
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

.smart-section-divider .arrow {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-bottom: 20px solid black;
}