@import url('//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic');

body.widget-snippet {
    padding: 40px;
}
.heading-title {
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    margin-bottom:55px;
    text-transform: uppercase;
}
.heading-title .title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
}
.heading-title .squre {
    background-color: #e93261;
    bottom: 0;
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 8px;
}
.heading-title .squre .top-line,
.heading-title .squre .top-line {
    background-color: #bdbdbd;
    height: 1px;
    position: absolute;
    top: 1px;
    width: 70px;
}
.heading-title .squre .top-line.left {
    left: -80px;
}
.heading-title .squre .top-line.right {
    left: 18px;
}
.heading-title .squre .line .bottom-line {
    background-color: #bdbdbd;
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 40px;
}
.heading-title .squre .line .bottom-line.left {
    left: -50px;
}
.heading-title .squre .line .bottom-line.right {
    left: 18px;
}
