blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
  font-size: 18px;
}

.section1 {
  position: relative; 
  display: grid; 
  background-color: #C69CE2; 
  
  max-height: 850px; 
  border: 0px solid; 
  border-radius: 16px; 
  overflow: hidden;
}

.main-hero-container {
  position: absolute; 
  bottom: 0px; 
  
  display: grid; 
  padding-left: 60px; 
  padding-right: 60px; 
  padding-bottom: 56px; 
  box-sizing: border-box;
}

.main-hero-container div {
  display: grid;
  margin-bottom: 120px; 
  row-gap: 48px; 

  color: white; 
  font-size: 18px; 
  
  box-sizing: border-box;
}

.main-hero-container div h1 {
  color: var(--primegreen);
}

.main-hero-container div p {
  max-width: 380px; 
  
  line-height: 160%; 
  letter-spacing: -0.005rem; 
  
  box-sizing: border-box;
}

.section2 {
  display: grid; 
  margin-top: 18px; 
  border-radius: 16px;

  background-color: var(--primegreen);
}

.section2-img-container {
  display: flex; 
  align-items: center; 
  padding-top: 80px; 
  padding-bottom: 80px; 
  padding-left: 60px; 
  padding-right: 60px;
}

.section2-img {
  width: 100%; 
  height: 100%; 
  min-height: 215; 
  max-height: 294px;

  color: var(--primepurple);
}

.section2-content-container {
  display: grid; 
  padding-left: 60px; 
  padding-right: 60px; 
  margin-bottom: 100px; 
  grid-template-columns: repeat(3, 1fr); 
  column-gap: 92px;
}

.section2-box {
  display: flex; 
  align-content: start; 
  column-gap: 32px;
}

.section2-box h1 {
  margin-top: 8px; 
  font-weight: 500; 
  font-size: 32px;
}

.section2-box-content {
  display: grid; 
  row-gap: 24px;
}

.patient-count-container {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  
  color: var(--black); 
}

.section2-box-content h2 {
  max-width: 340px; 
  
  font-weight: 500; 
  font-size: 48px; 
  letter-spacing: -0.2rem;
}

.section2-box-content p {
  max-width: 340px; 
  color: rgba(23, 23, 23, 0.5); 
  letter-spacing: -0.005rem;
}

.section3 {
  display: grid;
  padding-left: 60px; 
  padding-right: 60px; 
  margin-top: 80px; 
  margin-bottom: 100px; 
  
  overflow: hidden; 
  box-sizing: border-box;
}

.patient-profile{
  display: flex;
}

.patient-profile div {
  display: flex;
  justify-content: center; 
  align-items: center; 
  
  border: 2px solid white; 
  border-radius: 50%; 
  
  overflow: hidden;
}

.patient-profile div img {
  width: 80px; 
  height: 80px; 
  object-fit: cover;
}

.profile2 {
  position: relative; 
  left: -40px;
}

.profile3 {
  position: relative; 
  left: -80px;
}

.patient-count {
  position: relative; 
  
  display: flex; 
  align-items: center;
}

.patient-count h1 {
  font-weight: 500; 
  font-size: 300px;
  letter-spacing: -0.2rem;
}

.count-content {
  display: grid;
  align-content: space-between; 
  
  height: 226px;
}

.count-content h2 {
  font-weight: 400; 
  font-size: 24px;
}

.count-content p {
  font-weight: 400; 
  color: #737373;
}

.pop-container {
  display: flex;
}

.pop-slanted {
  position: absolute; 
  left: -100px; 
  top: 48%; 
  rotate: -7.6deg;
}

.pop-container p {
  display: grid; 
  place-content: center; 
  padding-left: 25px; 
  padding-right: 25px; 
  padding-top: 14px; 
  padding-bottom: 14px; 
  
  font-weight: 500; 
  font-size: 18px; 
  border: 3px solid white; 
  box-shadow: 4px 7px 0px #171717; 
  border-radius: 344px; 
  
  overflow: hidden;
}

.pop-green p {
  background-color: var(--primegreen); 
}

.pop-purple p {
  background-color: var(--primepurple); 
}

.section4 {
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 16px; color: black;
}

.section4-img-container {
  position: relative; 
  display: grid;

  border-radius: 16px; 
  overflow: hidden;
}

.section4-img-container img {
  width: 100%; 
  height: 100%; 
  max-height: 753px; 
  object-fit: cover;
}

.section4-btn {
  position: absolute; 
  bottom: 24px; 
  left: 24px;
}

.flex-btn {
  display: flex; 
  column-gap: 6px;
}

.section4-content{
  display: grid;
  align-content: start; 
  row-gap: 16px;
}

.section4-box {
  display: grid; 
  align-content: start; 
  grid-template-columns: repeat(2, 1fr); 
  
  padding-top: 40px; 
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 24px;
  row-gap: 40px;
  
  background-color: #F5F5F5;
}

.section4-box div {
  position: relative;
  
  display: grid; 
  place-content: center;
}

.section4-svg {
  color: var(--primepurple);
}

.section4-box-header h1 {
  font-weight: 500; 
  font-size: 56px; 
  line-height: 120%; 
  letter-spacing: -0.2rem;
}

.comment-prev {
  display: grid; 
  place-content: center; 
  width: 72px; 
  height: 72px; 
  
  color: #737373; 
  background-color: white; 
  border: 1px solid #737373;
  border-radius: 50%;

  cursor: pointer; 
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.comment-prev:hover {
  color: white; 
  background-color: #737373; 
  border: 1px solid #737373;
}

.comment-prev svg {
  pointer-events: none;
}

.comment-next {
  display: grid; 
  place-content: center; 
  width: 72px; 
  height: 72px; 
  
  border: 1px solid black; 
  border-radius: 50%;
  color: white; 
  background-color: black;
  
  cursor: pointer; 
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.comment-next:hover {
  color: white; 
  background-color: #737373; 
  border: 1px solid #737373;
}

.comment-next svg {
  pointer-events: none;
}

@media screen and (min-width: 1440px) {
  /* Styles for screens with a maximum width of 600 pixels */
  /* Add your responsive styles here */
  .patient-count-container {
    display: flex;
    align-items: center; 
    justify-content: center;
    column-gap: 60px;
    
    color: var(--black);
  }
}