.p-profile .l-profile-1 .c-cates .cate {
  min-width: 400px;
  min-height: 60px;
}
.p-profile .l-profile-1 img {
  width: min(665px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.p-profile .l-profile-2 img {
  width: min(900px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.p-profile .l-profile-3 .c-cols .content img {
  width: min(250px, 30%);
  margin-left: auto;
  margin-right: auto;
}
.p-profile .l-profile-6 iframe {
  width: min(1000px, 100%);
  height: 500px;
}

@media screen and (max-width: 991px) {
  .p-profile .l-profile-1 .c-cates .cate {
    min-width: auto;
    min-height: 40px;
  }
  .p-profile .l-profile-6 iframe {
    height: 340px;
  }
}