
.about-us-home-heading .sup-title {
    font-size: 16px;
    color: #ee273a;
    line-height: 30px;
  }
  
  .about-us-home-heading .title {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 16px;
  }
  
  .about-us-home-heading .title::after {
    content: "";
    bottom: 0;
    right: 0;
    width: 53px;
    height: 1px;
    background-color: #2d365d;
  }
  
  .about-us-home-heading ul li:not(:last-child) {
    margin-left: 19px;
  }
  
  .about-us-home-heading ul li a {
    font-size: 20px;
    color: #efefef;
  }
  
  .about-us-home-heading ul li:first-child a:hover i {
    color: #00acee;
  }
  
  .about-us-home-heading ul li:nth-child(2) a:hover i {
    color: #0072b1;
  }
  
  .about-us-home-heading ul li:nth-child(3) a:hover i {
    color: #e1306c;
  }
  
  .about-us-home-heading ul li:last-child a:hover i {
    color: #075e54;
  }
  
  .about-us-home p {
    margin: 20px 0 30px;
    line-height: 30px;
    font-size: 13px;
  }
  
  .about-us-home .time-work {
    line-height: 35px;
    margin-left: 20px;
    background-color: #fff3f0;
    font-size: 13px;
    color: #ff8a66;
    padding: 0 11px 0 27px;
  }
  
  .about-us-home .time-work i {
    font-size: 15px;
    margin-left: 12px;
  }
  
  .about-us-home .btn {
    font-size: 13px;
    font-weight: 300;
    padding: 8px 21px;
  }
  
  .about-us-home .btn i {
    color: #b3bbc7;
    margin-right: 36px;
  }
  
  @media only screen and (max-width: 991px) {
    .about-us-home-heading {
        margin-top: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .about-us-home .time-work {
        padding: 0 11px;
        margin-left: 12px;
    }
  }
  