.textAboutUs {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 10%;
}

.textAboutUs h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 3%;
}

.textAboutUs p {
  font-size: x-large;
}

.about-us {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20vh;
}

.about-us .tile {
  width: 400px;
  padding-bottom: 20px;
  margin: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-us .image img {
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
}

.about-us .tile h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #cea500;
}

.about-us .tile p {
  font-size: 18px;
  color: #555;
  margin: 10%;
}

.line-box2 path {
  fill: #ffcc00; /* Змінив колір на жовтий (#ffcc00) */
}