.custom-separator-block {
    margin: 80px 0;
}

@media screen and (min-width: 1025px) {
    .custom-separator-block {
        margin: 120px 0;
    }
}

.custom-separator-block div {
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-separator-block div > span {
    height: inherit;
    width: 2px;
    background-color: #4a4a49;
}

.custom-separator-block div:before,
.custom-separator-block div:after {
    content: '';
    max-width: 200px;
    flex: 1;
    height: inherit;
    background-color: #964A40;
}