.wrapperIOT {
  top: 0;
  left: 0;
  height: 6.3vh;
  width: 100%;
  z-index: 99;
  background-color: black;
  position: fixed;
  
}
.wrapperSectionIOT {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 98;
  height: 63vh;
  
}
.containerIOT {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex; /* Enable flexbox */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
}
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 98;
  }
  
  .content {
    position: relative;
    z-index: 99;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    
    background: transparent;
  }
  .content h1{
    background: transparent;
    font-size: 30px;;
  }
  p{
    background: transparent;
  }
  .profileIOT{
    width: 100%;
    display: flexbox;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    flex-wrap: wrap;
    background-color: black;
  }
  
  .profileIOT>h1{
    font-size: 2vw;
    margin-top: 2%;
    font-weight: 400;
    text-align: center;
      
  }
  .companyProfileIOT {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 10%;
  }
  
  .contentProfileIOT {
    flex: 2;
    
    text-align: justify;
  }
  .contentProfileIOT h5{
    margin-top: 2%;
  }
  
  .imageProfileIOT {
    flex: 1;
    text-align: right;
  }
  
  .imageProfileIOT img {
    max-width: 80%;
    height: auto;
    margin-left: 15%;
  }
  
  .contentProfile1 {
    flex: 2;
    max-width: 60%;
    margin-left: 5%;
    
  }
  .contentProfile1>ul
  {
    
    margin: 0;
    padding: 0;
  }
  .contentProfile1>ul>li{
    line-height: 3;
  }
  
  .imageProfile1 {
    text-align: right;
    flex: 1; /* Ensures this div doesn't grow or shrink */
    max-width: 40%;
    max-height: 20%;
  }
  
  .imageProfile1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .contentProfile2 {
    flex: 4;
    max-width: 60%;
    margin-left: 2%;
    
  }
  .contentProfile2>ol
  {
    text-align: justify;
    margin: 0;
    padding: 0;
    margin-right: 2%;
    
  }
  .contentProfile1>ol>li{
    line-height: 1;
  }
  
  .imageProfile2 {
    text-align: right;
    flex: 1; /* Ensures this div doesn't grow or shrink */
    max-width: 40%;
    max-height: 20%;
  }
  
  .imageProfile2 img {
    width: 100%;
    height: auto;
    display: block;
  }