* {
  list-style: none;
}

.aboutUs {
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
}

.aboutUsAgain {
  background-color: #f5f5f5;
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  height: 598px;
  overflow: hidden;
}

.usePosition {
  position: relative;
}

.aboutUsAgainTitle {
  position: absolute;
  top: 30%;
  left: 54%;
  font-size: 16px;
}

.weCanDo {
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.weCanDo img {
  padding: 10px;
}

.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #323232;
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.bgTitle1Father {
  position: relative;
}

.bgTitle2Father {
  position: relative;
}

.bgTitle1 {
  position: absolute;
  top: 100px;
  left: 40%;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.bgTitle2 {
  position: absolute;
  top: 100px;
  left: 40%;
  color: #fff;
  font-size: 48px;
}

.weCanDo h2 {
  position: absolute;
  top: 138px;
  left: 23%;
}

.aboutUsTItle {
  margin-left: 10%;
  font-size: 18px;
  margin-top: 5%;
}

.bottomTitle {
  padding-top: 15px;
}

.canDoImg1 img {
  width: 358px;
  height: 453px;
}

.canDoImg0 {
  position: relative;
}

.canDoImg2 {
  position: relative;
}

.canDoImg3 {
  position: absolute;
  top: 215px;
  left: 0;
}
.netSecurityText {
  color: #fff;
}
.netSecurityText:hover {
  color: #fff;
}
.netSecurityIcon {
  width: 14px;
  margin-right: 2px;
  margin-top: -4px;
}

.add-container {
  padding: 80px 0;
  margin-bottom: 100px;
}

.business-card {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin: 30px auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  max-width: 1000px;
}

.business-card:hover {
  transform: translateY(-5px);
}

.business-content {
  font-size: 1.1em;
  color: #34495e;
  line-height: 2;
  position: relative;
  padding: 20px;
  border-left: 4px solid #34495e;
  background: #f8f9fa;
  border-radius: 0 10px 10px 0;
}
