//Сам элемент
.important_url {
font-size: 20px;
font-family: 'Open Sans', sans-serif;
color: #FAECCC;
line-height: 1.25;
text-transform: uppercase;
text-align: center;
text-decoration: none;
display: inline-block;
}
//Загагулина слева
.important_url.violet:before {
content: "";
display: inline-block;
width: 51px;
height: 15px;
background-image: url("../img/icon-simbol-left-violet.png");
background-repeat: no-repeat;
}
//Загагулина справа
.important_url.violet:after {
content: "";
display: inline-block;
width: 51px;
height: 15px;
background-image: url("../img/icon-simbol-right-violet.png");
background-repeat: no-repeat;
}