
body {
      margin: 0;
      line-height: 1.8;
    }
 

    

    .shipping-container {
      max-width: 1000px;
      margin: 40px auto;
      padding: 30px 20px;
      background: #100c09;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(102, 102, 102, 0.425);
      border: 1px #dab773 solid;
    }

    

    .shipping-container p {
      font-size: 16px;
      margin-bottom: 15px;
      color: white;
    }

    .shipping-steps {
      margin-top: 30px;
    }

    .step {
      background: linear-gradient(15deg,#785628,#e8c989,#73521f);
      padding: 20px;
      border-radius: 12px;
      margin-bottom: 15px;
      transition: transform 0.3s;
    }

    

    .step h3 {
      /* font-size: 18px; */
      margin-bottom: 10px;
      color: #26221d;
    }

    .step p { 
      font-size: 20px;
      color: #26221d93;
    }
@media screen and (min-width:360px) and (max-width:600px){
  .shipping-container{
    margin: 7px 7px;
  }
}
    
