.hr-about-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 12px;
}
.hr-about-us {
  position: relative;
  padding-bottom: 0;
}
.hr-about-img-wrap-inner-left .hr-about-img-1 {
  margin-left: auto;
  width: 70%;
  text-align: right;
  margin-top: 30px;
}
.hr-about-img-wrap-inner-left {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.hr-about-img-wrap-inner-right .hr-about-img-2 {
  margin-right: auto;
  width: 70%;
  text-align: right;
}
.hr-about-img-wrap-inner-right {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.hr-about-img-wrap-inner-right .hr-about-img-2 img {
  border-radius: 10px;
}
.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.hr-about-img-wrap .hr-about-img-2 img {
  border: 3px solid var(--white);
}
.hr-about-content {
  margin-left: 10px;
  position: relative;
  align-items: start !important;
}

/*18/12/2024*/

.hr-sub-titel h6 {
  background: var(--color-3);
  padding: 2px 15px 2px 15px;
  width: max-content;
  border-radius: 30px;
  color: #000 !important;
  font-size: 14px !important;
  font-family: var(--font-01);
  line-height: 29px;
}
.hr-titel h1 {
	font-size: 42px !important;
	margin-bottom: 20px;
	line-height: 1.1em;
	letter-spacing: -1.25px !important;
	padding-bottom: 5px;
	font-weight: 500 !important;
}
.hr-titel h1 span {
	display: block;
	font-family: var(--font-02);
	color: var(--color-2);
	font-size: 72px;
}

.hr-about-shape.anim-up-down {
  position: absolute;
  top: -60px;
  right: 0px;
}
.hr-about-shape img {
  max-width: 120px;
}
.anim-up-down {
  -webkit-animation: move-up-down 3s infinite alternate;
  animation: move-up-down 3s infinite alternate;
}
@keyframes move-up-down {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to start */
  }
}
.about-wapper > ul > li {
  color: #212529;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.about-wapper > ul > li::after {
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  color: var(--color-2);
  top: 0;
  position: absolute;
  left: 0;
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.about-wapper > ul {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 0;
  margin: 0;
}
.about-wapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 498px;
  padding-top: 10px;
}
.about-wapper-inner img {
  width: 100%;
  max-width: 100px;
}
.about-wapper-inner h3 {
  color: #212529;
  font-weight: 600;
  list-style: none;
  position: relative;
  font-size: 20px;
}
.about-wapper-inner ul li {
  color: #F2B827;
  list-style: none;
  font-size: 15px;
}
.about-wapper-inner ul {
  display: flex;
  padding: 0;
  margin: 0;
  column-gap: 2px;
}
.about-wapper-inner p {
  font-size: 14px;
  margin-bottom: 10px;
}
.hr-about-content-inner {
  text-align: center;
  color: #fff;
  position: relative;
}
.hr-about-content .container-fluid {
  margin: 0px -12px;
}
.hr-about-content-inner p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  text-align: left;
}
.about-qualification h3 {
  text-align: left;
}

.about-qualification {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.about-qualification ul {
  display: flex;
  align-items: start;
  justify-content: start;
  row-gap: 10px;
  flex-direction: column;
}
.about-qualification ul li {
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: left;
  padding-left: 30px;
}
.about-qualification ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid var(--color-2);
  border-radius: 50%;
  transform: translateY(-50%);
}
.about-qualification ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.hr-about-content-inner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hr-about-content-inner-right {
  height: 100%;
}

.hr-about-content-inner-left {
  background: var(--color-1);
  padding: 40px 20px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hr-about-img-wrap .hr-about-img-1 {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .hr-about-img-wrap .hr-about-img-1 img,
  .hr-about-img-wrap .hr-about-img-2 img {
    width: 100%;
    height: auto;
  }
 .hr-about-img-wrap {
  margin-bottom: 40px;
  height: 100%;
}
  .hr-about-content {
    margin-left: 0;
  }
  .hr-about-img-wrap {
    margin-right: 0;
  }
  .about-wapper {
  row-gap: 20px;
}
}
@media screen and (max-width: 768px) {
  .hr-about-shape.anim-up-down {
  display: none;
}
.hr-about-content-inner .row {
  flex-direction: column-reverse;
}
}
@media screen and (max-width: 575px) {
  .hr-about-img-wrap .hr-about-img-1,
  .hr-about-img-wrap .hr-about-img-2 {
    position: unset;
  }
  .hr-about-img-wrap .hr-about-img-1 {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .hr-about-img-wrap .hr-about-img-2 {
    width: 100%;
    height: auto;
  }
  .hr-about-img-wrap {
    height: auto;
  }
  .hr-titel h1 span {
  font-size: 60px;
}
.hr-titel h1 {
  font-size: 32px !important;
}
}
