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

.pt-120 {
  padding-top: 120px;
}
.counter-area .container {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -120px;
  border-radius: 5px;
  background: #b22626;
  padding-left: 30px;
  padding-right: 30px;
}

.single-counter {
  padding: 0 25px;
}
.single-counter .counter {
  display: inline-flex;
  gap: 30px;
}
.single-counter .icon {
  margin-bottom: 15px;
  float: left;
  width: 65px;
}
.count, .single-counter .text span {
  font-size: 48px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: -5px;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
  display: inline-block;
}
.counter-area .container p {
  color: #fff;
  padding-left: 0;
  margin-bottom: 10px;
}
.section-title h5 {
  color: #b22626;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.s-about-content h5 {
  color: #b22626;
  font-size: 14px;
}

.section-title h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
}
.s-about-content h2 {
  margin-bottom: 30px;
  font-size: 48px;
}
.s-about-content p {
  margin-bottom: 15px;
}
.about-content li {
  display: flex;
  margin-bottom: 15px;
  color: #181818;
  font-weight: 600;
  align-items: center;
}
.about-content li i{
  margin-right: 5px;
  color: #b22626;
}
/* .btn {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  background: #b22626;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
} */
.h-call-box {
  display: inline-flex;
  gap: 20px;
  color: #181818;
  align-items: center;
}

.h-call-box strong {
  display: block;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.about-content strong {
  color: #181818;
}
.about-text {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 339px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  font-family: 'Outfit', sans-serif;
  /*text-align: center;*/
  border-radius: 8px;
}
.about-text p{
  font-family: 'Outfit', sans-serif;
}
.second-about {
  left: -12px;
  bottom: 8%;
}
.box-text {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.about-text span {
  font-size: 45px;
  color: #000;
  position: relative;
  display: block;
  line-height: 44px;
  font-weight: 700;
  /*font-family: 'Outfit', sans-serif;*/
  margin: 0px;
}
.second-about p {
  margin-bottom: 0;
  margin-top: 10px;
}