.map-section {
  position: relative;
  margin-bottom: -8px;
  min-height: 200px;
  max-height: 550px;
}

.map-section iframe {
  width: 100%;
}



.industry-distribution {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.industry-distribution h3 {
  font-size: 40px;
  line-height: 1;
  color: var(--title-text-color);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px; 
}

.industry-distribution .industry-map {
  max-width: 100%;
  height: auto;
  display: inline-block;
}


@media screen and (max-width: 1440px) {
  .industry-distribution h3 {font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .industry-distribution h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .industry-distribution h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .industry-distribution h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .industry-distribution h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .industry-distribution h3 {font-size: 22px;}
}
