.services-page-section {
  background: url("https://redcoral.sa/consultancy/wp-content/uploads/2025/09/services-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
  margin-top: 80px;
}

.fsize-services-title {
  font-size: 35px;
  font-weight: 600 !important;
}

.services-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .fsize-services-title {
    font-size: 26px;
    font-weight: 600 !important;
	width: 100%;
  }
}