body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f8f8f8;
  margin: 0;
}

.container {
  max-width: 850px;
  background-color: #fff;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  text-align: justify;
}

.highlight-box {
  background-color: #3c28d6;
  color: white;
  padding: 20px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  border-left: 10px solid #040080;
}

.highlight-box p {
  color: white;
  text-align: justify;
}

.offerings-section {
  max-width: 800px;
}

.offerings-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3c28d6;
}

.offerings-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: black;
}

.te {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 20px;
  font-weight: normal;
}

.img_lay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .page-title .pattern-layer-one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 576px) {
  .appointment-section .img_lay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}