.carousel-inner img {
    width: 100%;
    height: 500px;
  }
  tr>td+td {
    text-align: center;
    /* border-radius: 15%; */
  }

  .services{
    background-color: #0a0808; 
    color: wheat; 
    text-align: center; 
    height: 7rem;
  }
  .ourservices{
    display: flex;
    text-align: center; 
    align-items: center; 
    justify-content: center;
    
  }
  .services h2{
    margin-bottom: 1.5rem;
  }
 
  .ourservices li{
    background-color: rgb(252, 251, 248);
    padding: 10px;
    border-radius: 5px;

  }
  .ourservices li a{
    
    color: black;
    
    text-decoration: none;
    
  }   

  .ourservices li a:hover {
    background-color: rgba(51, 255, 0, 0.445);
    font-size: 18px;
    color: black
  }

  .youtube{
    text-align: center;
    border-radius: 2px solid black;
    
  }

  @media (max-width: 400px) {
    .capt {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 2rem !important; /* Force application */
    }
}

@media (max-width: 768px) {
  .ourservices{
   display: block;
   
}
.services{
  height: 30rem;
 /* background-color: #0a0808;  */
 background-color: white;
 padding: 2rem;
}
  .ourservices li {
    margin-bottom: 20px;
    /* padding: 5px; */
    width: 100%;
    /* background-color: #0a0808; */
    /* height: 3.5rem; */
    
  }
  .ourservices li {
    width: 100%;
    font-size: 1.5rem;
    background-color: black;
    border-radius: 5px;
    /* color: white; */
  }
  .ourservices li a{
    color: aliceblue;
  }
#icons{
  color: white;
}
  .youtube{
    width: 100%;
    padding: 10px;
  }
  video{
    width: 100%;
  }
  .services h2{
    color: #0a0808;
  }
}