.about-wrapper .about-wrapper-left {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
  margin-bottom: 10px;
}

.about-wrapper-left img {
  height: 353px;
  border-radius: 29px;
  width: 584px;
}

.about-wrapper-right p {
  line-height: 1.7;
  margin-bottom: 0.9rem;
  color: var(--para-color);
}

.about-wrapper-right ul {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.about-wrapper-right li {
  margin-bottom: 0.4rem;
  display: list-item;
  list-style: disc;
}

.about-wrapper-right li::marker {
  color: var(--main-color);
  font-size: 1.2em;
}

.about-wrapper-right strong {
  color: var(--black-color);
  font-weight: 600;
}

/* ===========================================================
    free page

/*==========================================*/

.why-choose-us .section-header {
  margin-bottom: 60px;
}

.why-choose-us .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 15px;
}

.why-choose-us .section-subtitle {
  font-size: 1.1rem;
  color: var(--para-color);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.choose-us-item {
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  padding: 0 10px 0 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 14px 10px;
  box-shadow: 0px 10px 60px 0px #0c0c0c54;
}

.choose-us-head {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  flex-direction: column;
}


.choose-us-icon {
  text-align: center;
  flex: 1 0 70px;
}

.choose-us-icon .icon-svg {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.choose-us-content {
  text-align: center;
}

.choose-us-title {
  font-size: 23px;
  font-weight: 400;
  color: #142843;
  margin-bottom: 12px;
  line-height: 1.3;
}

.choose-us-description {
  font-size: 0.85rem;
  color: #525559;
  line-height: 1.5;
  height: 80px;
  overflow: hidden;
  margin: 0;
}

.section-title-para {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.section-title-para.show {
  max-height: 2000px;
}

/*==========================================
end why-choose-us
/*==========================================

/*==========================================
    Start Our Team
 ==========================================*/

.team-img {
  display: inline-block;
  position: relative;
  border: 5px solid var(--main-color);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 1rem;
  width: 100%;
}

.team-img::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  height: 120px;
  z-index: -1;
  content: '';
  background: var(--main-color);
  /* transform: skew(-10deg, -10deg); */
  /* border-radius: 7px; */
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.team-img::after {
  position: absolute;
  right: -1px;
  top: 0;
  width: 120px;
  height: 120px;
  z-index: -1;
  content: '';
  background: var(--main-color);
  /* transform: skew(-10deg, -10deg); */
  /* border-radius: 7px; */
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.box-img {
  position: relative;
  border-radius: 7px;
}

.team-info h3 {
  color: var(--second-color);
}

.team-img img {
  border-radius: 7px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.team-info {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  box-shadow: var(--sharp-box-shadow);
  border-radius: 0 0 7px 7px;
}

/*==========================================
    End Our Team
 ===========================================*/