.about-bg {
  background: url(../img/bg-about-us.png) no-repeat;
  position: relative;
}
.skills-context-bg {
  background: url(../img/bg-skills-context.png) no-repeat;
  position: relative;
}
.profile-display .box-wrapper {
  padding: 120px 0 0px;
}
.top-content {
  color: white;
}
.top-content a {
  display: block;
  margin: auto;
  width: fit-content;
}
.top-content a:hover {
  color: white;
}
.top-content .lg-txt {
  font-size: 1.25em;
}
.top-content .btn-tel {
  background: #455af4;
  padding: 5px 60px;
  border-radius: 25px;
  font-size: 20px;
  margin-top: 10px;
}
.top-content p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.25em;
  text-align: center;
}
.top-content .cj-box {
  background: white;
  border-radius: 5px;
  color: black;
  box-shadow: 0px 3px 5px 0px rgb(69 90 244 / 15%),
    inset 0px 3px 0px 0px rgb(46 63 194 / 6%);
  padding: 20px;
  transform: translateY(50%);
}
.top-content .cj-box .devider {
  width: 5px;
  background-color: #455af4;
  height: 28px;
  border-radius: 2px;
  padding: 0px;
  top: 55px;
  position: relative;
  transform: translateY(-50%);
}
.top-content .cj-item {
  text-align: center;
  flex: 0 0 auto;
  width: 24%;
}
.top-content .cj-item span {
  font-size: 48px;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .top-content .lg-txt {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .our-honor {
    padding: 0 200px;
  }
  .top-content .lg-txt {
    font-size: 1.75em;
  }
}
@media (min-width: 1400px) {
  .our-honor {
    padding: 0 250px;
  }
  .top-content {
    padding: 0 210px;
  }
  .top-content .lg-txt {
    font-size: 2em;
  }
}
