.about-project-row figure {
  margin: 0;
  max-width: 682px;
}
.about-project-row figure img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .about-project-row figure img {
    border-radius: 15px;
  }
}
@media (min-width: 1400px) {
  .about-project-row figure img {
    border-radius: 20px;
  }
}

.about-project-row {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .about-project-row {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .about-project-row figure {
    padding-inline-start: 50px;
  }
}
.about-project-row:nth-child(even) {
  flex-direction: row-reverse;
}
.about-project-row:nth-child(even) .col-md-6 {
  flex-direction: row-reverse;
}
.about-project-row:nth-child(even) figure {
  direction: rtl;
}
[dir=rtl] .about-project-row:nth-child(even) figure {
  direction: ltr;
}

.list-values {
  display: flex;
  gap: 16px;
  padding: 0;
}
@media (min-width: 1200px) {
  .list-values {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .list-values {
    gap: 24px;
  }
}
@media (max-width: 1199.98px) {
  .list-values {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .list-values {
    align-items: center;
    flex-direction: column;
  }
}
.list-values .wrapper {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 16px;
  border-radius: 10px;
  height: 100%;
}
@media (min-width: 1200px) {
  .list-values .wrapper {
    padding: 24px;
  }
}
@media (min-width: 1400px) {
  .list-values .wrapper {
    padding: 32px;
    padding: 20px;
  }
}
.list-values li {
  border: 8px solid rgba(41, 16, 69, 0.1);
  outline: 1px solid rgba(143, 72, 102, 0.1);
  border-radius: 16px;
  text-align: center;
  transition: all ease 0.3s;
  list-style: none;
  position: relative;
}
@media (min-width: 1200px) {
  .list-values li {
    flex: 1;
  }
}
@media (max-width: 1199.98px) {
  .list-values li {
    width: 280px;
  }
}
.list-values li:hover {
  background: #291045;
  color: #fff;
  border-color: #fff;
  outline-color: #D3CFD9;
}
.list-values li:hover p {
  color: #fff;
}
.list-values li:hover h3 {
  color: #fff;
}
.list-values li:hover .icon {
  background: #fff;
}
.list-values li:hover .icon span {
  background: #8F4866;
}
.list-values li:after {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  top: 50%;
  height: 3px;
  width: 40px;
  background: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 2px, transparent 2px, transparent 4px);
}
@media (max-width: 1199.98px) {
  .list-values li:after {
    width: 32px;
  }
}
@media (max-width: 575.98px) {
  .list-values li:after {
    height: 35px;
    width: 3px;
    inset-inline-start: 50%;
    top: 100%;
    background: repeating-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 2px, transparent 2px, transparent 4px);
  }
}
.list-values li:last-child:after {
  display: none;
}
@media (min-width: 576px) {
  .list-values li.hide-separator:after {
    display: none;
  }
}
[dir=rtl] .list-values li {
  font-weight: 300;
}
.list-values p {
  font-size: 16px;
  transition: all ease 0.3s;
}
[dir=rtl] .list-values p {
  font-weight: 300;
}
.list-values .icon {
  background: #8F4866;
  height: 60px;
  width: 60px;
  border-radius: 24px;
  place-content: center;
  display: inline-grid;
  margin-bottom: 16px;
  padding: 10px;
  transition: all ease 0.3s;
  place-content: center;
}
.list-values .icon span {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all ease 0.3s;
  background-color: #fff;
}
.list-values h3 {
  margin-bottom: 16px;
  transition: all ease 0.3s;
}

.widget-mission {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .widget-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .widget-mission:after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 992px) {
  .widget-mission {
    padding: 32px 40px;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .widget-mission {
    padding: 48px 60px;
    gap: 80px;
  }
}
@media (min-width: 1400px) {
  .widget-mission {
    padding: 48px 80px;
    gap: 100px;
  }
}
.widget-mission h3 {
  color: currentColor;
  font-family: var(--bold-font);
}
.widget-mission p {
  color: #fff;
}
[dir=rtl] .widget-mission p {
  font-weight: 300;
}
.widget-mission .icon {
  height: 70px;
  display: flex;
  align-items: center;
}
.widget-mission .icon img {
  max-height: 100%;
}

.widget-brochure {
  background: #291045;
  color: #fff;
  flex-direction: column;
  gap: 32px;
  border-radius: 12px;
  padding: 16px;
}
@media (min-width: 992px) {
  .widget-brochure {
    border-radius: 18px;
  }
}
@media (min-width: 1400px) {
  .widget-brochure {
    border-radius: 24px;
  }
}
@media (min-width: 576px) {
  .widget-brochure {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .widget-brochure {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .widget-brochure {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .widget-brochure {
    padding: 42px 32px;
  }
}
.widget-brochure figure {
  overflow: hidden;
  position: relative;
  max-width: 520px;
}
.widget-brochure figure > img {
  border-radius: 6px;
  aspect-ratio: 524/204;
  width: 100%;
}
@media (min-width: 992px) {
  .widget-brochure figure > img {
    border-radius: 9px;
  }
}
@media (min-width: 1400px) {
  .widget-brochure figure > img {
    border-radius: 12px;
  }
}
.widget-brochure figure .brochure-logo {
  width: 90px;
  height: 42px;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  inset-inline-start: 16px;
  top: 16px;
}
.widget-brochure figure .brochure-logo img {
  width: 100%;
  height: 100%;
}
.widget-brochure .text {
  max-width: 860px;
}
.widget-brochure p {
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1200px) {
  .widget-brochure p {
    font-size: 18px;
  }
}
[dir=rtl] .widget-brochure p {
  font-weight: 300;
}

.project-text p {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.8);
}
[dir=rtl] .project-text p {
  font-weight: 300;
}
