.logo {
  max-width: 350px;
  height: auto;
}

.top-info-block {
  margin-top: 20px;
}

.banner-img-block {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.banner-img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-img-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-img-block .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-family: 'Arial', sans-serif;
}

.service-img {
  border: none;
}

.process-block img {
  margin-bottom: 0px;
}

.section-title {
  text-transform: none;
}

#services-2 {
  background-image: url("/images/bg/07.png");
}