.hr-expertise-area1 {
    background-color: #1c1c1c;
}
.hr-expertise-area1 .hr-section-content .hr-titel h2{
    color: #fff;
}
.hr-expertise-item1 ul {
    margin: 0;
    padding: 0;
}
.hr-expertise-item1 ul li{
    list-style-type: none;
    display: block;
    position: relative;
    border: 2px solid #b69d74;
    padding: 20px 20px 25px 35px;
    margin-bottom: 30px;
}
.hr-expertise-item1 ul li .expertise-icon{
    position: absolute;
    top: 35px;
    left: 45px;
}
.hr-expertise-item1 ul li .expertise-icon i {
    color: var(--color-6);
    font-size: 45px;
    position: absolute;
    left: 22px;
    top: 22px;
}
.hr-expertise-item1 ul li h3 {
    padding-left: 135px;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-02);
    margin-bottom: 18px;
    color: #ffffff;
}
.hr-expertise-item1 ul li p {
    padding-left: 135px;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--font-01);
}



.about-goal-result {
  position: absolute;
  background: var(--color-1);
  width: 58%;
  right: 0;
  padding: 25px 55px;
  bottom: 0px;
}
.about-goal-result ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    row-gap: 10px;
}
.about-goal-result ul li {
    width: 48%;
    list-style: none;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.about-our-goal::after {
    height: 460px;
}

.about-our-goal:after {
  height: 460px;
}
.about-goal-result p {
  color: #fff;
  max-width: 500px;
}
.about-goal-result ul li:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f058";
  font-size: 17px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}