
.about-left {
  position: relative;
}
.about-shape-img {
  position: absolute;
  left: -120px;
  bottom: -16px;
}
.about-right {
}

.hr-main-heading {
  font-size: 60px;
  font-family: var(--font-03);
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.hr-text {
  font-size: 21px;
  line-height: 1.4;
  color: #000;
  font-family: var(--font-02);
}

.about-btn {
  background: #06b453;
  border: none;
  padding: 18px 44px;
  transition: .3s ease-in-out;
  margin-top: 30px !important;
  display: inline-block;
}
.hr-btn.btn-main.about-btn:hover {
  background: #000;
  color: #fff;
  transition: .3s ease-in-out;
}
.hr-btn.btn-main.about-btn::after {
  display: none;
}




.about-shape-img-second {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.about-main-img-second {
  text-align: right;
}
.about-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.about-list li {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-02);
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.about-main-img img {
  width: 100%;
}
@media(max-width:1400px){
  .hr-main-heading {
  font-size: 70px;
}
.hr-text {
  font-size: 20px;
}
.about-list li {
  font-size: 18px;
}
}
@media(max-width:1200px){
  .hr-main-heading {
  font-size: 52px;
}
}
@media(max-width:991px){
  .hr-main-heading {
  font-size: 42px;
  margin-bottom: 10px;
}
.hr-text {
  font-size: 18px;
  margin-bottom: 10px;
}
.about-btn {
  margin-top: 10px !important;
  padding: 8px 24px;
}
.about-list li {
  font-size: 16px;
}
.about-list {
  row-gap: 10px;
}
}
@media(max-width:768px){
  .home-about-inner .row {
  row-gap: 30px;
}
.home-about-second .row {
  flex-direction: column-reverse;
}
}

@media(max-width:576px){
  .hr-main-heading {
  font-size: 28px;
  margin-bottom: 10px;
}
.hr-text {
  font-size: 16px;
  margin-bottom: 10px;
}
}