@import url("./index-profile-layout-v3.css");

.profile-tool-icons {
  width: min(100%, 27rem);
  margin: clamp(2rem, 4vw, 3rem) 0 0;
}

.profile-tool-icons img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 760px) {
  .profile-tool-icons {
    width: min(86vw, 24rem);
    margin-top: 1.75rem;
  }
}
