@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  background: #f7f9fa;
  /* Add left and right margin for page content */
}
.v-services{
    background-color:#20bbfe;
    padding-left: 10px;
    border-radius: 10px;
    color: black;
}

.rel-services, .faq{
  text-align: center;
}
.blog{
  text-align: center;
  font-size: 28px;
}
.sub-head{
  display: block;
  background-color: #1e90ff;
  border-radius: 15px;
  color: white;
  padding: 10px;
  font-size: 24px;
  box-sizing: border-box;
}

.ss {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}

.ss img {
  width: 500px;
  height: 260px;
  max-width: 100%;
  /*height: auto;*/
  display: block;
}

/* Responsive fix for mobile devices */
@media (max-width: 600px) {
  .ss {
    padding-left: 4px;
    padding-right: 4px;
  }
  .ss img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.footer{
  font-size: 15px;
  padding: 5px;
  text-align: center;
  background-color:#1e90ff;
  color: white;
  margin-top: 40px;
}

.muted { background: #fffbeb; padding: 12px; border-left: 4px solid #f59e0b; border-radius:6px; }
