.subservice-page-content h2{font-size: 1.4em;margin-right: -60px;  margin-bottom: 40px;  margin-top: 20px;  background-color: #004489;  position: relative;  display: block;  float: right;  clear: both;  color: white;  padding: 10px 20px;  font-weight: 700;  border-radius: 0px 0px 4px 0px;}
.subservice-page-content{    border: 1px solid #ccc;    border-radius: 7px;    background-color: #fff;}
.subservice-page-content h2{margin-right: -60px;  margin-bottom: 40px;  margin-top: 20px;  background-color: #004489;  position: relative;  display: block;  float: right;  clear: both;  color: white;  padding: 10px 20px;  font-weight: 700;  border-radius: 0px 0px 4px 0px;}
.subservice-page-content p{    position: relative;  display: block;  width: 100%;  float: right;  clear: both;}
.subservice-page-content h3, .subservice-page-content h4, .subservice-page-content h5, .subservice-page-content h6 {    position: relative;    display: block;    float: right;    width: 100%;    clear: both;    font-weight: 600;}
@media only screen and (min-width: 997px){
	.subservice-page-content h2::before { content: ""; width: 0; height: 0; border-left: 90px solid transparent; border-right: 64px solid transparent; border-top: 90px solid #083b6f; transform: rotate(135deg); top: 22px; position: absolute; right: 9px; z-index: -1;}
	}
@media (max-width: 549px) { 
	.subservice-page-content h2, .subservice-page-content h3 {    margin-right: -10px;}
	}