/* === Fellow Hero === */
.fellow-hero {
    background: #0033cc;
    color: #fff;
  }
  .fellow-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .fellow-hero__label {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .fellow-hero__title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .fellow-hero__program {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-family: Space Grotesk;
    font-weight: 300;
    font-style: Medium;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.55px;
}
  .fellow-hero__program-icon {
    height: 1.2em;
  }
  .fellow-hero__year {
    margin-top: 0.5rem;
  }
  .fellow-hero__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* === Fellow Body === */
  .fellow-body {
   
    padding: 3rem 0;
  }
  .fellow-body__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .fellow-body__project-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.55px;
    color: #0013FF;
    text-transform: uppercase;
}
  .fellow-body__excerpt {
    font-family: Space Grotesk;
    font-weight: 300;
    font-style: Regular;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.37px;
    margin-top: 50px;
  }
  .fellow-body__content p {
   
    font-family: Cormorant Garamond;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
}
  .fellow-links {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .fellow-link {
    /* background: #93E904; */
    color: #012032;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    gap: 0.5rem;
  }
  .fellow-links a:first-child{
    background-color: #93E904;
    color: #012032;
    font-weight: 500;
  }
  /* === Related Fellows === */
  .related-fellows {
    background: #fff;
    padding: 3rem 0;
  }
  .related-fellows__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .related-fellows__heading {
    margin-bottom: 2rem;
  }
  .related-fellows__carousel .swiper-wrapper {
    display: flex;
  }
  .related-fellows__card {
    padding: 1rem;
    border-radius: 4px;
  }
  h1.fellow-hero__title {
    margin-top: 50px;
    font-family: Cormorant Garamond;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
}
.related-fellows__thumb {
    width: auto;
    height: 236PX;
    display: block;
    margin-bottom: 0.5rem;
    object-fit: cover;
}
  .related-fellows__lab {
    display: flex;
    align-items: center;
    gap: 0.3em;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .related-fellows__lab-icon {
    height: 1em;
    vertical-align: middle;
  }
  .related-fellows__name {
    margin: 0.5rem 0;
  }
  .related-fellows__project-title {
    font-size: 1rem;
    margin: 0.3rem 0;
  }
  .related-fellows__excerpt {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .related-fellows__read-more {
    display: inline-flex;
    align-items: center;
    text-align: right;
    display: block;
  }
  .related-fellows__read-more svg{
    width: 35px;
    height: 30px;
  }
  .fellow-hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fellow-hero__image img {
    margin-bottom: -60px;
}
  

.related-fellows {
    background: #F1F2EF;
    padding: 3rem 0;
}
h2.related-fellows__heading {
    font-family: Cormorant Garamond;
    font-weight: 300;
    font-style: SemiBold;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.2px;
    text-align: center;
}
h3.related-fellows__name a {
    font-family: Cormorant Garamond;
    font-weight: 300;
    font-size: 60px;
    color: #0112FF;
    line-height: 60px;
    letter-spacing: -1.5px;
}
.elementor-602 .elementor-element.elementor-element-bb1a1ed img {
  width: auto;
}

@media(max-width:576px)
{
  .fellow-hero__inner {
    flex-direction: column;
    grid-template-columns: 1fr;
}
.fellow-hero__label
{
  margin-top: 20px;
}
.fellow-body__inner {
  grid-template-columns: 1fr;
}
h2.related-fellows__heading {
  font-family: Cormorant Garamond;
  font-weight: 300;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.2px;
}
h3.related-fellows__name a {
  font-family: Cormorant Garamond;
  font-weight: 300;
  font-style: SemiBold;
  font-size: 43.5px;
  line-height: 43.49px;
  letter-spacing: -1.09px;
}
.related-fellows__thumb {
  width: 100%;
  height: auto;
 
}
.related-fellows__read-more svg {
  width: 30px;
  height: 30px;
}
.fellow-body__excerpt {
  grid-area: excerpt;
}

.fellow-body__summary {
  grid-area: summary;
}
.fellow-body__inner {
  grid-template-columns: 1fr;
  grid-template-areas:
    "excerpt"
    "summary";
}
}