.technical_support {
  padding-top: 45px;
}
.technical_support .sub_section_header {
  margin-top: 6px;
  font-size: 22px;
}
.technical_support .text_button {
  letter-spacing: 0.05em;
}
.technical_support_image {
  width: 100%;
  aspect-ratio: 500/281;
}
@media screen and (min-width: 768px) {
  .technical_support {
    padding-top: 54px;
  }
  .technical_support .grid_122 {
    gap: 50px;
  }
  .technical_support .sub_section_header {
    font-size: 30px;
    margin-top: 15px;
  }
}

#main {
  padding-bottom: 41px;
}
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 90px;
  }
}