@media only screen and (max-width:1199px){
.heading-outline::before {
    width: 125px;
}
}
@media only screen and (max-width:880px){
.heading-outline::before {
    width: 110px;
}
}