#dimensionamentoEstrutural .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dimensionamentoEstrutural .dimensionamentoEstruturalTitle {
  font-family: serif;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 40px;
  font-size: clamp(26px, 3vw, 40px);
}

#dimensionamentoEstrutural .dimensionamentoEstruturalDesc {
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
  padding: 10px;
  max-width: 500px;
  font-size: clamp(14px, 2vw, 18px);
}

#dimensionamentoEstrutural .line {
  height: 3px;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}

#dimensionamentoEstrutural .images {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}

#dimensionamentoEstrutural .images img {
  width: 100%;
  max-height: 460px;
}

#dimensionamentoEstrutural .dimensionamentoEstruturalSubtitle {
  font-weight: bold;
  margin-bottom: 50px;
  font-size: clamp(16px, 2vw, 20px);
}

@media (min-width: 500px) {
  #dimensionamentoEstrutural .dimensionamentoEstruturalSubtitle::first-letter {
    margin-left: 100px;
  }
}

@media (max-width: 500px) {
  #dimensionamentoEstrutural .line {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #dimensionamentoEstrutural .images {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }

  #dimensionamentoEstrutural .images > div {
    max-width: 200px !important;
    width: 100% !important;
  }
}
