*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
.productContent {
    min-height: 90vh;
    width: 75%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding:10px 0px 50px 0px;
}

.heading{

    font-size: 36px;
  
    font-weight: 600;
  
  }

  .first-section {
    background: #ECECEC;
    text-align: center;
    margin: 6px;
    border-radius: 20px;
    margin-top:90px;
    padding: 20px 0px;
  }
  
  
  
  .heading  span {
  
    font-family: "kaisei Decol", serif;
  
    font-weight: 400;
  
  }
  .cap-parts{
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
    opacity: 0.7;
  }
  

  .contruction{
    height: 100%;
    width:100%;
    max-height: 320px;
    object-fit: contain;
    margin-top: 50px;
  }

  .second-section {
    margin-top: 90px;
  }

  .cap-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .sub-container img{
    height: 100%;
    width:100%;
    max-height: 320px;
    object-fit: contain;
    margin-top: 50px;
  }
  .sub-container h4{
    font-size: 20px;
    font-family: "inter", sans-serif;
    margin-top: 10px;
    opacity: 0.8;
  }


  .third-section {
    margin-top: 90px;
  }
  .fourth-section {
    margin-top: 90px;
  }
  .fifth-section {
    margin-top: 90px;
  }

  .fourth-section .sub-container img{
    height: 100%;
    width:100%;
    max-height: 200px;
    object-fit: contain;
    margin-top: 50px;
  }
  .fifth-section .sub-container img{
    height: 100%;
    width:100%;
    max-height: 200px;
    object-fit: contain;
    margin-top: 50px;
  }

  @media(max-width:500px){
    .heading{

        font-size: 26px;
      
        font-weight: 600;
      
      }
      
      
      
      .heading  span {
      
        font-family: "kaisei Decol", serif;
      
        font-weight: 400;
      
      }
      .cap-parts{
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        margin-top: 6px;
        opacity: 0.7;
      }
      
  }