.pb-60 {
  padding-bottom: 60px;
}

/*--==============================================->
  <!-- Start Carcity Section Title Css -->
 ==================================================-*/

 .technician-area .carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.technician-area .carcity-section-title h2 {
  font-size: clamp(24px, 1.9vw, 36px);
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
  color: #fff;
}

/*--==============================================->
  <!--Start Carcity Technician Css-->
 ==================================================-*/

.technician-area {
  padding: 90px 0 195px;
  background: #1a1a1a;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/371364/4120/51bd68f9e80304d574758050ee2eaa92/scratched-934483_1920.jpg);
}

.technician-area.team {
  background: #fff;
  padding: 100px 0 90px;
}

.technician-area.style-two {
  padding-bottom: 75px;
}

.technician-single-box {
  padding: 20px 20px 20px 20px;
  background: linear-gradient(45deg, #000000, #777777);
  display: inline-flex;
  align-items: center;
  /* width: 631px; */
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
}

.technician-thumb img {
  border-radius: 4px;
  max-width: 230px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.technician-info-content {
  padding: 0 0 0 30px;
}

.technician-title h3 {
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 0;
}

.technician-text p {
  padding: 8px 0 5px;
  color: var(--color-primary);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: bold;
}

.technician-social-info a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #34353a;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}

.technician-social-info a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background: var(--color-primary);
  transform: scale(0);
  transition: 0.5s;
  border-radius: 3px;
}

.technician-social-info a:hover:before {
  transform: scale(1);
}



/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

  .technician-info-content {
    padding-left: 10px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }

}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }
  .technician-single-box {
    text-align: center;
  }

}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .technician-area .carcity-section-title h2 {
    line-height: 28px;
  }
  .technician-area .carcity-section-title h4 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 0;
  }
  /*technicial section*/
  .technician-area {
    padding: 65px 0 175px;
  }
  .technician-single-box {
    text-align: center;
  }

}

@media(max-width:991px){
  .technician-area {padding: 30px 0;}
  .technician-thumb img {max-width: 170px;}
  .technician-info-content {padding-left: 25px;text-align: left;}
  .pb-60 {padding-bottom: 30px;}
  .technician-area.style-two {padding-bottom: 30px;}
}

@media(max-width:767px){
.technician-thumb img { max-width: 200px;}
}
