.elementor-27637 .elementor-element.elementor-element-6ca4e78{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0f7ff0d */.branding-services-container {
  display: flex;
  flex-wrap: wrap;
  color: white;
  background-color: #1a1a2e;
}

.left-column, .right-column {
  flex: 1 1 300px;
  padding: 20px;
}

.subtitle {
  color: #16FF00;
}

.main-title {
  font-size: 3em;
  font-weight: bold;
}

.service-box {
  background-color: rgba(255,255,255,0.1);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.service-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .branding-services-container {
    flex-direction: column;
  }
}/* End custom CSS */