.internships .container.head .head-image {
  grid-column: 1 / -1;
  grid-row: 1;
}

.internships .container.head .head-image img {
  clip-path: none;
  height: calc(43.75vw + 50px);
}

.internships .container.head .head-content {
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 2;
  margin-top: calc(8% - 20px);
  margin-left: 50%;
  margin-right: 5%;
  color: white;
}

.internships .container.head .head-content p {
  margin-left: 0;
}

.internships .container.head .head-content aside {
  font-weight: 600;
}

.internships .container.head .head-content h1 {
  -webkit-text-stroke: 3px white;
}

.internships .container.head .head-content h1 span {
  -webkit-text-fill-color: transparent;
}

.internships .internship-body {
  margin-top: -190px;
  grid-template-areas: "image content";
}.internship-body p{
  max-width: 460px;
}

.internships .internship-body .section-image {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin-inline: auto;
}

.internships .internship-body .img-frame {
  width: 80%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-inline: auto;
}

.internships .internship-body .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.internships .internship-body .section-content {
  padding: 0 10% 15% 0;
}

.internships .internship-body p.large {
  margin: 10% 0 0.5em 0;
}

.internships .internship-body h2 {
  font-size: 1.6em;
  margin: 2em 0 0.75em;
}

.internships .list-label {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
}

.internships .internship-body ul:not(.expect-list) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
}

.internships .internship-body ul:not(.expect-list) > li {
  list-style: none;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.6em;
  max-width: 400px;
}

.internships .internship-body ul:not(.expect-list) > li::before {
  content: '';
  width: 0.38em;
  height: 0.38em;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.45em;
}

.internships .internship-body .expect-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em;
}

.internships .internship-body .expect-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin-bottom: 1em;
  max-width: 420px;
}

.internships .internship-body .expect-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  background-color: #0c53eb;
  margin-top: calc(1.4em - 6px);
}

.internships .internship-body .btn {
  margin-top: 3em;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .internships .container.head .head-image {
    grid-column: 1 / -1;
    width: 100%;
    margin-left: 0;
  }

  .internships .container.head .head-image img {
    height: calc(43.75vw + 100px);
  }

  .internships .container.head .head-content {
    margin-top: 55px;
    margin-left: 8%;
    margin-right: 4%;
  }

  .internships .container.head .head-content aside {
    margin-bottom: calc(0.4em + 5px);
  }

  .internships .container.head .head-content h1 {
    -webkit-text-stroke: 2px white;
    margin-top: 0;
    font-size: 3.3em;
  }

  .internships .internship-body {
    margin-top: -50px;
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }

  .internships .internship-body .section-image {
    display: none;
  }

  .internships .internship-body .section-content {
    padding: 0 6% 15%;
  }
}
