body {
  font-family: "Abhaya Libre", serif;
  background-image: url("../assets/images/assignment_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #333;
  /* line-height: 1.6; */
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

.assignment-container {
  padding: 80px;
  padding-top: 30px;
  /* line-height: 1.6; */
  margin: 0;
}

.title {
  text-align: center;
  color: rgba(13, 31, 57, 1);
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 83.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.text-section {
  flex: 3;
}

.text-section h2 {
  color: rgba(13, 31, 57, 1);
  font-size: 30px;
  font-weight: 800;
  line-height: 52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 5px;
}

.text-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #163561;
}

.text-section ul {
  list-style: none;
  padding: 0;
}

.text-section li {
  margin-bottom: 10px;
}

.text-section li strong {
  font-size: 1.1rem;
  color: #000;
}
.service-card {
  width: 30%;
  height: 120%;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.8;
  /* box-shadow: 0px 20px 40px 0px rgba(11, 2, 55, 0.08); */
  box-shadow: 0px 15px 30px rgba(11, 2, 55, 0.3), 0px 20px 40px rgba(11, 2, 55, 0.3);
}

.service-card h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.service-card ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  padding: 0;
}

.service-card li {
  font-size: 18px;
  color: #7f8c8d;
  margin-bottom: 10px;
}
.service-card li img {
  margin-right: 5px;
}

.enroll-btn {
  background-color: rgba(181, 139, 75, 1);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  font-family: "Abhaya Libre", serif;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  margin-left: 25%;
}
.content-offer{
  margin-bottom: 15px;
}

.content-offer h3,
.comprehensive-services h3,
.content-whyChoose h3,
.workwithus h3,
.content-conclusion h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(13, 31, 57, 1);
}
.content-offer h3 {
  margin-top: 5px;
  font-size: 30px;
}
.content-conclusion {
  margin-top: 20px;
}
.content-conclusion h3{
font-size: 30px;
}
.content-whyChoose h3{
  font-size: 30px;
}
.content-offer ul,
.content-offer p,
.content-whyChoose ul {
  margin-top: 5px;
  margin-left: 0;
  padding: 0;
  font-family: "Abhaya Libre", serif;
  color: rgba(22, 53, 97, 1);
  font-size: 18px;
}
.content-whyChoose ul {
  margin-left: 30px;
}

.content-offer ul li,
.content-whyChoose p,
.workwithus p,
.content-conclusion p {
  list-style-position: inside;
  color: rgba(22, 53, 97, 1);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.workwithus h3{
  font-size: 30px;
}
.comprehensive-services strong{
  font-size: 18px;
  color: #163561;
}
.comprehensive-services p{
  font-size: 18px;
  color: rgba(22, 53, 97, 1);
  margin-bottom: 10px;
}
.content-whyChoose p {
  margin-top: 12px;
  margin-bottom: 10px;
}
.content-whyChoose ul li {
  list-style-position: outside;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 29.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.content-offer ul li strong,
.content-whyChoose ul li strong {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.content-whyChoose ul li{
  font-size: 19px;
}
.Level-of-Scholars h3{
  font-size: 30px;
  color:rgba(13, 31, 57, 1);
  margin-bottom: 10px;
}
.Level-of-Scholars p{
  font-size: 18px;
  color: rgba(22, 53, 97, 1);
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
    margin: 0px;
  }
  .assignment-container {
    padding: 20px;
  }
  .text-section h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .text-section p {
    font-size: 12px;
    line-height: 16px;
  }
  .content {
    gap: 20px;
    flex-direction:column;
  }
  .service-card{
    width: 100%;
  }
  .service-card h3 {
    font-size: 16px;
  }
  .service-card ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
  }
  .service-card ul div li {
    font-size: 11px;
  }
  .enroll-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
  .card-img {
    height: 15px;
    width: 15px;
  }
  .content-offer h3,
  .content-whyChoose h3,
  .workwithus h3,
  .content-conclusion h3,
  .Level-of-Scholars h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .content-offer ul li,
  .content-offer p,
  .content-whyChoose ul li,
  .content-whyChoose p,
  .workwithus p,
  .content-conclusion p,
  .Level-of-Scholars p {
    font-size: 12px;
    line-height: 16px;
  }
  .content-offer ul li strong,
  .content-whyChoose ul li strong {
    font-size: 12px;
  }
}
