    @media (min-width:600px) and (max-width: 3000px) {
        

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #f7f7f7;
      margin: 0;
      
    }
    main {
      padding: 2rem 0;
    }
    h1 {text-align: center;}
    
    section{

        display: ;
    }
    .price1 {
        margin: auto;
        max-width: 800px;
        width: 100%;
      background-color: white;
      padding: 10px 5px;
      margin-bottom: 10px;
      border-radius: 3px;
    }
    .tulisan {
        margin: auto;
        max-width: 720px;
        min-width: 50px;
        width: 100%;
      padding: 10px 15px;
      background-color: ;
      display:flex;
      justify-content: space-between;
      margin-bottom: 5px;
    }
    
    .tulisan span:nth-child(2){
      color: #4b9fd6;
    }
    .grupgambar {
      display:grid;
      place-items:center;
       grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 3px;
        margin: 0 auto;
        padding: 0;
      max-width: 750px;
      width:100%;
      background-color: ;
    }
    
    .grupgambar img {
        max-width: 245px;
      width: 100%;
      max-height: 235px;
      height: 100%;
      object-fit: cover;
    }

}