strong {
  font-weight: 400;
}

.breadcrumb {
  background-size: cover;
  background-position: center right;
  margin: 0;
}
.overlay {
  background-color: #c1903480;
  width: 100%;
  padding: 130px 0;
}
.breadcrumb-content h2 {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 96.88px;
  color: #ffffff;
}

.breadcrumb-content ul {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.breadcrumb-content ul li {
  font-family: "Jost", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 19.2px;
  color: #ffffff;
  display: flex;
  align-items: center;

  a {
    color: #ffffff;
  }

  i {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .overlay {
    padding: 30px 15px;
  }

  .breadcrumb-content h2 {
    font-size: 40px;
    line-height: 48.44px;
  }

  .breadcrumb-content ul li {
    font-size: 16px;
    line-height: 15.36px;
  }
}

.section {
  padding: 20px 0 60px;
}

.section-bg {
  /* background-color: #fceded;
  background-image: url(../wp-content/uploads/2024/03/about-us-frame-1.png); */
  background-position: top left;
  background-size: 500px;
  background-repeat: no-repeat;
}

.section-bg .row {
  justify-content: center;
  align-items: center;
}

.section-content h2 {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48.44px;
  color: #000;
  margin-bottom: 20px;
}

.section-content h3 {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48.44px;
  color: #4b2b2b;
  margin-bottom: 20px;
}

.section-content p {
  font-family: "Jost", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #4b2b2b;
  margin-bottom: 15px;
}

.section-content ol,
.section-content ul {
  margin-left: 25px;
  li {
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #4b2b2b;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.section-img {
  display: flex;
  justify-content: end;
}

.section-img,
.section-img-1 {
  img {
    border-radius: 7px;
  }
}

@media (max-width: 768px) {
  .section-content {
    margin-top: 30px;
  }

  .section-content h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .section-content h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .section-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .section-content ol li,
  .section-content ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
