.starta-paint-service{
  margin: 0 0 60px;
  max-width:775px;
}
.starta-paint-service .inner-content h2{
  padding: 0;
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}
.starta-paint-service .inner-content h3{
  font-size: 22px;
  color: #003F62;
  font-weight: 600;
  line-height: 32px;
  padding: 0;
  margin: 0 0 25px;
}
.starta-paint-service .inner-content .text-content p{
  margin: 0 0 15px;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
  padding: 0;
}
.starta-paint-service .inner-content .text-content p:last-of-type{
  margin: 0;
}
.starta-paint-service .inner-content .text-content a{
  width: 100%;
  background: #f9ff01;
  color: #000;
  text-transform: uppercase;
  height: 43px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  max-width: 220px;
  display: block;
  padding: 10px 15px;
  text-align: center;
  margin: 30px 0 0;
  text-transform:uppercase;
}
.starta-paint-service .inner-content .text-content a:hover{
  background: #003f62;
  color: #fff;
}