.company-intro-v12.about-lemke {
    position: relative;
}

.company-intro-v12.about-lemke::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.61) 9%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 100%);
}

.company-intro-v12.about-lemke .fence-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: repeat;
    background-size: 20%;
    z-index: -1;
}

.company-intro-v12 .civ12-image img{
  width: 100%;
}

.company-intro-v12 .civ12-text {
  padding-top: 40px;
}

.company-intro-v12 .civ12-badge{
  position: relative;
  max-width: 240px;
  margin-bottom: 20px;
      font-family: "Lexend", sans-serif;

}
.company-intro-v12 .civ12-badge span{
  font-weight: 600;
  font-size: 20px;
  margin-left: 60px;
  display: inline-block;
}

.company-intro-v12 .civ12-badge span:first-child{
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: 0;
  border-radius: 50%;
}

.company-intro-v12 .civ12-badge span i{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 color: #c82027;
 font-size: 28px;
}
.company-intro-v12 p.civ12-person{
  text-transform: uppercase;
}

.company-intro-v12 .civ12-description{
  margin-bottom: 40px;
}
.company-intro-v12 .civ12-badges{
  margin-bottom: 20px;
}
.about-lemke .about-reviews {
    margin-bottom: 40px;
    display: table;
}
.about-lemke .about-reviews .review-num,
.contactholder .review-num {
    color: #c82027;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contactholder .review-num {
    font-size: 20px !important;
}


.about-lemke .about-reviews .review-star, 
.contactholder .review-star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.about-lemke .about-reviews .review-star .star-icon,
.contactholder .review-star .star-icon {
    font-size: 26px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.contactholder .review-star .star-icon {
 font-size: 18px;
}

.about-lemke .about-reviews .review-star .star-icon::before,
.contactholder .review-star .star-icon::before {
  content: '\f005';
  font-family: "Font Awesome 6 Pro";
  color: #c82027;
  font-weight: 900;
}
.about-lemke .about-reviews .review-star .star-icon.last-icon::before,
.contactholder .review-star .star-icon.last-icon::before {
  width: 77%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.about-lemke .about-reviews .rating-total,
.contactholder .rating-total {
    text-decoration: underline;
    vertical-align: middle;
    font-weight: 400;
    color: #000;
}

.contactholder .rating-total {
    font-size: 11px;
    color: #0f407e;
    letter-spacing: 0.7px;
}

.about-lemke .about-right-content {
    position: relative;
    display: table;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.about-lemke .about-image {
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}
.about-lemke .about-image img {
  transition: all ease-in-out 0.4s;
  transform: scale(1);
}
.about-lemke .about-image:hover img {
  transform: scale(1.15);
  transition: all ease-in-out 0.4s;
}

.about-lemke .round-image-about {
    padding: 14px;
    border: 2px solid #c82027;
    border-radius: 50%;
}

.about-lemke .about-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.about-lemke .right-text-content {
    padding-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: 0;
    width: 100%;
    margin: auto;
}
.about-lemke .right-text-content .right-content {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
      font-family: "Lexend", sans-serif;

}
.about-lemke .right-text-content .icon-right {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.about-lemke .text-right {
    position: absolute;
    bottom: -140px;
    left: 75px;
    right: auto;
    margin-left: 0px;
    width: 200px;
    height: 367px;
    mask-image: url(../images/half-circle.svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background: #0f407e;
    border-left: 15px solid #fff;
    display: table;
    transform: rotate(90deg);
}
@media only screen and (min-width: 600px) {
  .about-lemke .text-right {
    left: auto;
    bottom: auto;
    top: 0;
    right: -120px;
    margin-left: 0px;
    width: 273px;
    height: 547px;
    transform: rotate(0deg);
  }
  .about-lemke .right-text-content {
    transform: translateY(-50%) rotate(0deg);
    padding-left: 24px;
    width: 85%;

  }
  .about-lemke .right-text-content .right-content {
    font-size: 29px;
  }
  .about-lemke .right-text-content .icon-right {
      font-size: 56px;
  }
.about-lemke .about-right-content {
  max-width: 100%;
}
}

@media screen and (min-width: 992px) {
  .company-intro-v12 h2{
      margin-bottom: 40px;
  }
  .company-intro-v12 .civ12-badge{
      max-width: unset;
  }
}

@media screen and (min-width: 1200px) {
  .company-intro-v12 .civ12-image {
      margin-left: -80px;
  }
  .company-intro-v12 .civ12-badge{
      max-width: 240px;
  }
  .about-lemke .text-right {
    right: -88px;
  }

}

.civ12-badge span:nth-of-type(2) {
    font-size:16px;
    padding-top: 10px;
    margin-left: 46px;
}