.company-profile {
  max-width: 1172px;
  margin: 0 auto;
  padding: 72px 24px 18px;
  display: grid;
  grid-template-columns: .78fr 1.55fr;
  gap: 38px;
  align-items: center;
}
.profile-copy > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.profile-copy h2 { font-size: 31px; line-height: 1.05; margin: 9px 0 18px; color: #071d3b; }
.profile-copy p { font-size: 12px; line-height: 1.75; color: #4e5d6d; margin: 0 0 12px; }
.profile-certifications-source { position: relative; width: 390px; max-width: 100%; height: 52px; margin-top: 18px; overflow: hidden; background: #fff; }
.profile-certifications-source img { position: absolute; width: 1200px; max-width: none; height: 450px; left: 0; top: -392px; }
.profile-video-wrap { overflow: hidden; border-radius: 7px; background: #071d3b; box-shadow: 0 18px 38px rgba(8,39,73,.16); }
.profile-video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #071d3b; }
.profile-media { position: relative; display: block; overflow: hidden; border-radius: 7px; background: #071d3b; box-shadow: 0 18px 38px rgba(8,39,73,.16); }
.profile-media img { display: block; width: 100%; aspect-ratio: 16/8.5; object-fit: cover; transition: .35s; }
.profile-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,28,55,.05) 45%,rgba(4,28,55,.8) 100%); }
.profile-media:hover img { transform: scale(1.025); }
.profile-play { position: absolute; z-index: 2; left: 50%; top: 48%; transform: translate(-50%,-50%); width: 70px; height: 70px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; display: grid; place-items: center; padding-left: 4px; background: rgba(5,43,82,.45); color: #fff; font-size: 26px; backdrop-filter: blur(3px); }
.profile-media > div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: #fff; display: flex; justify-content: space-between; align-items: end; }
.profile-media b { font-size: 15px; }
.profile-media small { font-size: 9px; color: #d5e5f3; }
@media (max-width: 850px) { .company-profile { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .company-profile { padding: 52px 17px 5px; }
  .profile-media > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .profile-play { width: 56px; height: 56px; font-size: 20px; }
}
