.supported-iac-frameworks-section {
  margin-bottom: 10rem;
}
.supported-iac-frameworks-header-content {
  text-align: center;
  padding-bottom: 10rem;
}
.frameworks-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frameworks-icon {
  width: 100px;
}
.frameworks-icon-title {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .supported-iac-frameworks-section {
    margin-bottom: 5rem;
  }
  .supported-iac-frameworks-header-content {
    text-align: center;
    padding-bottom: 5rem;
  }
  .frameworks-icon-wrapper {
    align-items: center;
    margin-bottom:5rem;
  }