﻿.container {
  max-width: 100%;
}

.header-div {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  aspect-ratio: 1089/180;
  overflow: hidden;
  z-index: -1;
}

.header-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.header-overlay-text {
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  width: 90%;
}

.testimonial-title {
  font-family: "Segoe UI Black", sans-serif;
  font-size: 3rem;
  font-style: normal;
  padding-top: 2rem;
  color: white;
}

.testimonial-body {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem;
  max-width: 100%;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card {
  border: none;
  width: 70rem;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 0.5rem;
  padding-left: 3.8rem;
  padding-right: 3.8rem;
  padding-bottom: 4.2rem;
  box-shadow: 4px 1rem 1.5rem #D3D3D3;
}

.profile-pic {
  display: flex;
  justify-content: center;
}

.person-name {
  text-align: center;
  vertical-align: bottom;
  padding-top: 0.5rem;
  font-family: var(--headerFont);
  font-size: 2.3rem;
  color: black;
  text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-description {
  vertical-align: bottom;
  font-family: var(--bodyFont);
  font-size: 1.4rem;
  font-weight: 500;
  color: darkslategrey;
  padding-bottom: 1rem;
}

.divider {
  border: none;
  border-top: 5px solid var(--darkOrange);
  margin: 1.5rem 0;
  margin-bottom: 2.5rem;
  width: 100%;
  opacity: 1;
  color: var(--darkOrange);
  box-shadow: 4px 1rem 1.5rem #D3D3D3;
}
