:root {
  --bg-color: #161616;
  --tommy-designs-blue: #22d1fa;
  --tommy-designs-purple: #ad4ee4;
  --portfolio-card-blue: #00647b;
  --nav-menu-bg: #121212;
  --white: white;
  --black: black;
  --portfolio-card-purple: #44006b;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.wrapper {
  width: 90vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #161616;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  display: flex;
}

.navbar {
  z-index: 3;
  width: 100%;
  height: 100px;
  background-color: var(--bg-color);
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-nav-link {
  color: #fff;
  font-size: 1rem;
}

.home-nav-link:hover {
  color: var(--tommy-designs-blue);
}

.home-nav-link.w--current {
  color: var(--tommy-designs-purple);
  font-size: 1rem;
  line-height: 1.25rem;
}

.home-nav-link.w--current:hover {
  color: var(--tommy-designs-blue);
}

.about-nav-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}

.about-nav-link:hover {
  color: var(--tommy-designs-blue);
}

.contact-nav-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}

.contact-nav-link:hover {
  color: var(--tommy-designs-blue);
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  padding-right: 26rem;
}

.brand.w--current {
  margin-right: 26rem;
  padding-right: 0;
}

.hero-bg {
  width: 59.625rem;
  display: flex;
}

.hero-section {
  z-index: 2;
  width: 60%;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.heading {
  width: 29.3125rem;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.heading-2 {
  color: var(--white);
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-span {
  color: var(--tommy-designs-blue);
}

.text-span-2, .text-span-3 {
  color: var(--tommy-designs-purple);
}

.hero-text-div {
  width: 29.3125rem;
  margin-right: 9rem;
}

.bg-blur {
  z-index: 0;
  height: 40vh;
  filter: blur(200px);
  mix-blend-mode: soft-light;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-circle-1 {
  width: 30vw;
  height: 30vw;
  background-color: var(--tommy-designs-blue);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle-2 {
  width: 40vw;
  height: 40vw;
  background-color: var(--tommy-designs-purple);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -15%;
}

.portfolio-section {
  z-index: 2;
  width: 42%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.portfolio-card-1 {
  width: 59.625rem;
  aspect-ratio: auto;
  background-color: var(--portfolio-card-blue);
  object-fit: fill;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.card-title {
  width: 18rem;
  color: var(--tommy-designs-blue);
  margin-top: 2.5rem;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.card-title.sse {
  color: var(--tommy-designs-purple);
}

.card-description {
  width: 18rem;
  color: var(--white);
  margin-bottom: 2.5rem;
  margin-left: 0;
  line-height: 1.25rem;
}

.card-text {
  width: 18rem;
  margin-left: 4rem;
  margin-right: 8rem;
}

.button {
  background-color: var(--tommy-designs-blue);
  color: var(--black);
  border-radius: 4px;
  margin-top: 2.5rem;
  font-weight: 700;
}

.button.microsoft-search-bing {
  margin-top: 0;
  margin-left: 4rem;
  line-height: 1.25rem;
}

.button.microsoft-search-bing:hover {
  background-color: var(--tommy-designs-purple);
}

.button.sesame-street-english-2-0 {
  background-color: var(--tommy-designs-purple);
  margin-left: 4rem;
  line-height: 1.25rem;
}

.button.sesame-street-english-2-0:hover {
  background-color: var(--tommy-designs-blue);
}

.portfolio-card-2 {
  width: 59.625rem;
  background-color: var(--portfolio-card-purple);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.contact-section {
  width: 60%;
  height: 17rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.footer {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-name {
  width: 70px;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.case-studies-footer-div, .connect-footer-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-studied-section-footer {
  color: var(--tommy-designs-blue);
  font-size: 1rem;
  font-weight: 700;
}

.about-footer-link {
  color: var(--tommy-designs-blue);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.about-footer-link:hover {
  color: var(--white);
}

.connect-section-footer {
  color: var(--tommy-designs-blue);
  font-size: 1rem;
  font-weight: 700;
}

.msb-link-footer {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.msb-link-footer:hover {
  color: var(--tommy-designs-blue);
}

.sse2-0-link-footer {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.sse2-0-link-footer:hover {
  color: var(--tommy-designs-blue);
}

.email-link-footer {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.email-link-footer:hover {
  color: var(--tommy-designs-blue);
}

.linkedin-link-footer {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.linkedin-link-footer:hover {
  color: var(--tommy-designs-blue);
}

.portfolio-drop-down {
  color: var(--white);
}

.dropdown-toggle {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25rem;
}

.msb-portfolio-dropdown-link {
  background-color: var(--nav-menu-bg);
  color: var(--white);
}

.msb-portfolio-dropdown-link:hover {
  background-color: var(--portfolio-card-blue);
}

.sse-2-0-portfolio-dropdown-link {
  background-color: var(--nav-menu-bg);
  color: var(--white);
}

.sse-2-0-portfolio-dropdown-link:hover {
  background-color: var(--portfolio-card-blue);
}

.dropdown-list {
  color: var(--white);
}

.dropdown-list.w--open {
  color: var(--nav-menu-bg);
}

.collab-link {
  color: var(--white);
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 6.25rem;
}

.collab-link:hover {
  color: var(--tommy-designs-blue);
}

._2-column-div {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

._2-column-div.bottom-border {
  border-bottom: 1px solid #fff;
  flex-direction: row;
  align-items: flex-start;
}

._2-column-div.about {
  flex-direction: row-reverse;
}

.case-study-title {
  color: var(--white);
  font-size: 4.375rem;
  line-height: 4.375rem;
}

.case-study-title.msb {
  margin-top: 0;
  margin-bottom: 1rem;
}

.case-study-subtitle {
  color: var(--white);
  font-size: 1.25rem;
}

.case-study-subtitle.msb {
  width: 44rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.youtube-video-subtitle {
  color: var(--white);
  font-size: 1.25rem;
}

.youtube-video-subtitle.msb {
  width: 44rem;
  font-weight: 300;
}

.timeline-title {
  color: var(--white);
  font-size: 2.5rem;
}

.timeline {
  color: var(--white);
  padding-left: 1rem;
  font-weight: 300;
}

.my-role-title {
  color: var(--white);
  font-size: 2.5rem;
}

.my-role {
  color: var(--white);
  padding-left: 1rem;
  font-weight: 300;
}

.my-microsoft-experience-subtitle {
  color: var(--tommy-designs-blue);
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
}

.case-study-heading {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 3.75rem;
  line-height: 4.5rem;
}

.case-study-heading._2-column {
  width: 42rem;
}

.case-study-body {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.case-study-body._2-column {
  width: 38rem;
  margin-right: 3rem;
  font-weight: 300;
  line-height: 2rem;
}

.case-study-body.bullet-list {
  width: 38rem;
  text-decoration: none;
}

.case-study-body.bullet-list.full {
  width: 100%;
}

.case-study-body.bottom-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.text-span-4 {
  color: var(--tommy-designs-blue);
  font-weight: 700;
  text-decoration: none;
}

.case-study-bullet-list {
  letter-spacing: 0;
  column-count: 0;
  margin-bottom: 2rem;
}

.case-study-image {
  margin-bottom: 2rem;
}

.case-study-image.end {
  margin-bottom: 0;
}

.portfolio-case-study-section {
  z-index: 2;
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.case-study-youtube-video {
  margin-bottom: 1rem;
}

.intro-div {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.sse-subheaders {
  color: var(--tommy-designs-purple);
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.initial-question-1-bg {
  width: 48rem;
  background-image: url('../images/1-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  display: block;
}

.text-block {
  width: 48rem;
  color: var(--white);
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.initial-question-1-div {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.initial-question-2-div {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.initial-question-3-div {
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.initial-question-3-div.bottom-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.initial-question-2-bg {
  width: 48rem;
  background-image: url('../images/2-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  display: block;
}

.initial-question-3-bg {
  width: 48rem;
  background-image: url('../images/3-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  display: block;
}

.insights-subheadings {
  color: #fff;
  margin-top: 0;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.7rem;
}

.list-item, .list-item-2 {
  font-weight: 300;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-2 {
  background-color: var(--bg-color);
}

.image-3 {
  color: var(--white);
}

.link {
  color: var(--tommy-designs-blue);
  font-size: 1rem;
  text-decoration: none;
}

.back-to-top-link {
  font-size: 1rem;
  font-weight: 700;
  position: fixed;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 40%;
  transform: rotate(90deg);
}

.about-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 4.375rem;
  line-height: 4.375rem;
}

.about-title.msb {
  margin-top: 0;
  margin-bottom: 1rem;
}

.about-subtitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.about-subtitle.msb {
  width: 44rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.about-image {
  width: 560px;
  height: 560px;
  max-width: none;
  margin-bottom: 1rem;
}

.about-image.half {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.about-image.full {
  width: 100%;
  height: 100%;
}

.about-header {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.75rem;
  line-height: 4rem;
}

.about-header.half {
  width: 20rem;
}

.about-section {
  z-index: 2;
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.about-div {
  width: 37rem;
}

.about-body {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.about-body._2-column {
  width: 38rem;
  margin-right: 3rem;
  font-weight: 300;
  line-height: 2rem;
}

.about-body.bullet-list {
  width: 38rem;
}

.about-body.bottom-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.case-study-body-copy {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.case-study-body-copy._2-column {
  width: 38rem;
  margin-right: 3rem;
  font-weight: 300;
  line-height: 2rem;
}

.case-study-body-copy.bullet-list {
  width: 38rem;
}

.case-study-body-copy.bottom-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.about-image-div {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-youtube-video {
  margin-bottom: 1rem;
}

.msb-card {
  width: 760px;
  height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/MSB-Card-BG_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 764px 304px;
  background-attachment: scroll;
  border: 1px solid #22d1fa;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: block;
}

.image-4 {
  object-fit: fill;
  position: static;
  overflow: visible;
}

.sse-card {
  width: 760px;
  height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/SSE-Card-BG_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 764px 304px;
  background-attachment: scroll;
  border: 1px solid #ad4ee4;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: var(--bg-color);
  }

  .home-nav-link:hover, .about-nav-link:hover, .contact-nav-link:hover {
    background-color: var(--portfolio-card-blue);
  }

  .brand {
    margin-right: 548px;
    padding-right: 0;
  }

  .brand.w--current {
    margin-right: 34.25rem;
  }

  .menu-button {
    color: var(--tommy-designs-blue);
  }

  .menu-button.w--open {
    color: var(--tommy-designs-blue);
    background-color: rgba(22, 22, 22, 0);
  }

  .nav-menu {
    background-color: var(--nav-menu-bg);
    margin-top: .5rem;
  }

  .hero-bg {
    flex-direction: column;
    align-items: center;
  }

  .hero-section {
    width: 100%;
    flex-direction: row;
  }

  .hero-text-div {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .portfolio-card-1 {
    width: 90vw;
  }

  .card-text {
    margin-left: 4rem;
    margin-right: 3rem;
  }

  .portfolio-card-2 {
    width: 90vw;
  }

  .footer {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .case-studies-footer-div, .connect-footer-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dropdown-list:hover {
    color: var(--portfolio-card-blue);
  }

  ._2-column-div {
    flex-direction: column;
  }

  ._2-column-div.bottom-border {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  ._2-column-div.responsive {
    flex-direction: column-reverse;
  }

  .case-study-subtitle.msb {
    width: 100%;
    margin-bottom: 1rem;
  }

  .youtube-video-subtitle.msb {
    width: 100%;
  }

  .case-study-heading {
    width: 36.9rem;
  }

  .case-study-image.half {
    max-width: 100%;
  }

  .portfolio-case-study-section {
    width: 100%;
  }

  .icon {
    color: var(--white);
  }

  .text-block {
    width: 100%;
    font-size: 3rem;
  }

  .back-to-top-link {
    right: 60%;
  }

  .about-subtitle.msb {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-image._2-column {
    width: 50%;
    height: 50%;
    max-height: 50%;
    max-width: 50%;
  }

  .about-section {
    width: 100%;
  }

  .about-div {
    width: 20rem;
  }

  .about-image-div {
    width: 100%;
    height: 100%;
  }

  .msb-card, .sse-card {
    max-width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 100%;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
    padding-right: 23.3rem;
  }

  .brand.w--current {
    margin-right: 19.4rem;
  }

  .card-text {
    margin-left: 4rem;
  }

  .footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-studies-footer-div, .connect-footer-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .collab-link {
    font-size: 4rem;
    line-height: 5rem;
  }

  ._2-column-div.about {
    flex-direction: column-reverse;
  }

  .case-study-heading, .case-study-heading._2-column, .case-study-body, .case-study-body._2-column, .case-study-body.bullet-list {
    width: 100%;
  }

  .link.w--current {
    display: none;
  }

  .back-to-top-link {
    z-index: 2;
    right: 80%;
  }

  .about-body, .about-body._2-column, .about-body.bullet-list, .case-study-body-copy, .case-study-body-copy._2-column, .case-study-body-copy.bullet-list {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 0;
    padding-right: 149px;
  }

  .brand.w--current {
    margin-right: 6.9rem;
  }

  .hero-bg {
    width: 90vw;
  }

  .heading {
    width: 100%;
  }

  .hero-text-div {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .portfolio-card-1 {
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
  }

  .card-title {
    width: 9rem;
  }

  .card-description {
    width: 9rem;
    margin-bottom: 1rem;
  }

  .card-text {
    width: 14rem;
    margin-left: 2rem;
    margin-right: 0;
  }

  .button.microsoft-search-bing, .button.sesame-street-english-2-0 {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 2rem;
  }

  .portfolio-card-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-section {
    width: 100%;
  }

  .heading-3 {
    width: 191px;
  }

  .footer {
    width: 100%;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .case-studies-footer-div, .connect-footer-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-2 {
    max-height: 50%;
    max-width: 100%;
  }

  .msb-portfolio-dropdown-link.w--current {
    color: var(--tommy-designs-purple);
  }

  .collab-link {
    width: 100%;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .case-study-title.msb {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .case-study-subtitle.msb {
    line-height: 1.8rem;
  }

  .my-microsoft-experience-subtitle {
    width: 160px;
    font-size: 1rem;
  }

  .case-study-heading {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .case-study-image.half {
    width: 100%;
    height: 100%;
  }

  .intro-div {
    flex-direction: column;
  }

  .sse-subheaders {
    width: 160px;
    font-size: 1rem;
  }

  .text-block {
    font-size: 2rem;
    line-height: 3rem;
  }

  .back-to-top-link {
    display: none;
  }

  .about-title {
    font-size: 3rem;
    line-height: 3rem;
  }

  .about-title.msb {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .about-subtitle.msb {
    line-height: 1.8rem;
  }

  .about-image._2-column {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }

  .about-header {
    font-size: 3rem;
    line-height: 3rem;
  }

  .about-header.half {
    width: 100%;
    font-size: 3rem;
    line-height: 3rem;
  }

  .about-div {
    width: 100%;
  }

  .about-image-div {
    flex-direction: column;
    align-items: center;
  }

  .sse-card {
    height: 22rem;
  }
}


