.adev-section-title {
  width: 100%;
  position: relative;
}

.adev-section-title .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.adev-section-title .image {
  width: 100%;
  margin-bottom: 24px;
}

.adev-section-title .image img {
  width: 100%;
  height: auto;
  display: block;
}

.adev-section-title .content {
  width: 100%;
}

.adev-section-title .title {
  color: var(--title-color);
  font-weight: var(--title-font-weight);
  font-size: var(--title-size);
  line-height: var(--title-line-height);
  max-width: var(--title-max-width);
  margin: var(--title-margin);
  text-align: var(--title-text-align);
  margin-bottom: 16px;
}

.adev-section-title .subtitle {
  color: var(--subtitle-color);
  font-weight: var(--subtitle-font-weight);
  font-size: var(--subtitle-size);
  line-height: var(--subtitle-line-height);
  max-width: var(--subtitle-max-width);
  margin: var(--subtitle-margin);
  text-align: var(--subtitle-text-align);
}

@media (min-width: 769px) {
  .adev-section-title .container {
    padding: 0 40px;
  }
  
  .adev-section-title .image {
    margin-bottom: 32px;
  }
} 