h2 {
  border-bottom: 2px solid rgb(252, 134, 0);
}

.section_content > h3 {
  margin-bottom: 0.8rem;
}

.section_content,
.section_content > p {
  padding-left: 1rem;
}

.contact_wr {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(6, auto);
  width: fit-content;
}

.contact_wr a img {
  width: 30px;
  height: auto;
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .contact_wr ul {
    gap: 25px;
  }
  .contact_wr a img {
    width: 25px;
  }
  .section_content,
  .section_content > p {
    padding-left: 0;
  }
}
