/*SLIDE*/
#slide-container{
	padding: 30px;
	min-height: 70vh;
	align-items: center;
}

/* Reset default browser styles */
#about_text h1, #about_text header, #about_text p {
  margin: 0;
  padding: 0;
}

/* Center align text and limit width */
#about_text {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Style the page title */
#about_text h1 {
  font-size: 28px;
  font-weight: bold;
  color: #2152A3;
  margin-bottom: 20px;
}

/* Style the header */
#about_text header {
  font-size: 24px;
  font-weight: bold;
  color: #2152A3;
  margin-bottom: 20px;
}

/* Style paragraphs */
#about_text p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  #about_text {
    padding: 10px;
  }

  #about_text h1 {
    font-size: 24px;
  }

  #about_text header {
    font-size: 20px;
  }

  #about_text p {
    font-size: 14px;
  }
}



@media (max-width:1000px){
}
@media (max-width:700px){
}














