.page-header .content{
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.page-header{
margin: 80px 0 60px;
}
.page-header .backto{
margin-bottom: 40px;
}
.page-header .backto a {
position: relative;
padding-left: 15px;
line-height: normal;
color: rgba(2, 6, 24, 0.5);
}
.page-header .backto a:hover {
color: var(--black);
}
.page-header .backto a::before {
content: "";
position: absolute;
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/left-arrow.svg);
background-repeat: no-repeat;
background-position: center;
opacity: 0.5;
height: 9px;
width: 5px;
left: 0;
top: 5px;
}
.page-header .backto a:hover::before{
opacity: 1;
}
@media only screen and (max-width: 991px) {
.page-header .content{
max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
.page-header {
margin: 40px 0 60px;
}
}