
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://cdn.presscentric.com/skins/css/fa-all-5-12-0.min.css');

.title-separator--center,
.title-separator--left,
.title-separator--right {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px){
    .title-separator--left::after,
    .title-separator--right::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.title-separator--center::after,
.title-separator--left::after,
.title-separator--right::after {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    background-color: #212121;
    position: absolute;
    top: calc(100% + 20px);
}
.title-separator--center::after {
    left: 50%;
    transform: translateX(-50%);
}

.title-separator--right::after {
    right: 0;
}