I think it happens after git merge,
there are a lot of repeating in my css
for example here:
.case_wrap .same__text {
margin: 90px 0 100px;
position: relative;
padding-left: 15px;
padding-right: 15px;
position: relative;
}
some properties are different "position: relative || position: absolute" in one class
How can I clear it automatically??