.page-title-wrap .breadcrumb {
  background: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: var(--light-color);
}

.projects-content .projects-content-right div.logo-container img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.projects-content .projects-content-right table {
  margin-top: 20px;
}
.projects-content .projects-content-right table tr {
  border-bottom: 1px solid #ebebeb;
}
.projects-content .projects-content-right table tr th {
  min-width: 110px;
  font-size: clamp(13px, 0.8666666667vw, 13px);
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.05em;
  border: none;
  text-align: left;
}
.projects-content .projects-content-right table tr td {
  width: 60%;
  margin-left: 10px;
  font-size: clamp(13px, 0.8666666667vw, 13px);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
  border: none;
  text-align: left;
}
.projects-content .custom-cta-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects-content .custom-cta-button-container a {
  border-radius: 30px;
  border: 1px solid #E07B00;
  background: #E07B00;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #DD7109;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.projects-content .custom-cta-button-container a:hover {
  background-color: #100a08;
}
.projects-content .custom-cta-button-container a .custom-cta-button-content-wrapper {
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.projects-content h2.wp-block-heading {
  margin-top: 40px;
}
.projects-content h3.wp-block-heading {
  margin-top: 40px;
}
.projects-content h4.wp-block-heading {
  margin-top: 40px;
}
.projects-content .entry-content > *:first-child {
  margin-top: 0;
}
.projects-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.projects-content .wp-block-table {
  margin-top: 40px;
}
.projects-content a {
  color: #007bff;
}