.about-us-page {
  padding: 50px 0;
}

.about-us-page .head-tag h3 {
  font-size: 44px;
}

.about-us-page .head-tag p {
  font-size: 16px;
  margin-bottom: 40px;
}

.our-vision {
  margin-bottom: 60px;
}

.about-us-page .exacting-box {
  background-color: #f9f7f7;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.about-us-page .exacting-box h4 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.about-us-page .exacting-box p {
  text-align: center;
  font-weight: 500;
}

.about-us-page .sending-left h2 {
  font-size: 44px;
  font-weight: 700;
}

.about-us-page .sending-left p {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}

.about-us-page .sending-left .access-box {
  display: flex;
  align-items: start;
  gap: 20px;
}

.about-us-page .sending-left .access-box .icon {
  background-color: #f1f1f1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
