.about-us-top-section{
  position: relative;
  background: url("../../assets/images/about-us-bg.jpg");
  background-position: center bottom;
  background-size: cover;
}
.profile-section{
  background: url("../../assets/images/profile-bg.jpg");
  background-position: bottom bottom;
  background-size: cover;
}
.about-us-top-section::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.about-us-top-section{
  color: #FFF;
}
.about-us-top-section .about-description{
  color: rgba(255, 255, 255, 0.8);
}
.about-description{
  max-width: 1100px;
}

.list > li{
  position: relative;
  font-size: 16px;
  color: #1c1c1c;
  font-family: Inter;
  font-weight: 500;
  margin-bottom: 5px;
  list-style-type: none;
}

.list > li::after{
  position: absolute;
  left: -25px;
  top: 0;
  content: '🚀';
}
.list.commitment-list > li::after{
  content: '⮞';
  left: -20px;
}

.equipments-details{
  border: 2px solid #676767;
}
.equipments-details thead td{
  font-size: 18px;
  color: #f07b00;
  font-weight: 700;
}
.equipments-details thead{
  padding-bottom: 10px;
  border-bottom: 1px solid #8d8d8d;
}
.equipments-details tbody tr{
  padding-bottom: 10px;
  border-bottom: 1px solid #8d8d8d;
}
.equipments-details tbody td{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 6px 0;
}
.equipments-details tbody td:nth-child(2), .equipments-details tbody td:nth-child(3){
  padding-left: 40px;
}
.equipments-details thead td:nth-child(2), .equipments-details thead td:nth-child(3){
  padding-left: 40px;
}
.equipments-details thead td:nth-child(1){
  padding-left: 10px;
} 
.equipments-details tbody td:nth-child(1){
  padding-left: 10px;
} 
.equipments-details thead td:last-child{
  padding-right: 10px;
} 
.equipments-details tbody td:last-child{
  padding-right: 10px;
} 


@media(max-width: 1400px){
  
  .list > li{
    font-size: 14px;
  }
}

@media(max-width: 768px){
  
  .list > li{
    font-size: 14px;
  }
}
