/* ---------- Service Section ---------- */
.svg-icon {
  position: absolute;
  width: 3em;
  height: 3em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}

.icon-box {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
}

.service-title a {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}

.service-title a:hover {
  color: #007bff;
}

.service-para {
  color: #555;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

/* ---------- Mobile Access Section ---------- */
.mobil-acces .text-container {
  padding-left: 20px;
  padding-right: 20px;
}

.mobil-acces img.mobil {
  margin-top: -350px;
}

@media (max-width: 768px) {
  .mobil-acces .text-container {
    margin-top: 0;
    text-align: center;
  }
  .mobil-acces img.mobil {
    margin-top: 0;
  }
}
