@media screen and (min-width: 501px) and (max-width: 1024px){
    .header-main .container{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
     .header-main{
        height: 60px;
    }
    .header-big .container{
      display: flex;
      flex-direction:column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }
    .header-big .container .table{
        text-align:center;
    }
    .header-middle .container{
       display: flex;
      flex-direction: row;
      gap: 20px;
      margin-top: 70px;
    }
    .header-middle .container .about{
        margin-top: 2px;
    }
    .header-middle .container .about h1{
        font-size: 25px;
    }
    .dessert-place{
      margin-top: 120px;
      position: relative;
    }
    .dessert-place .text{
      text-align: center;
      position: absolute;
      right: inherit;
      left: 140px;
    }
    .three-main{
      height: 200px;
      display: grid;
      grid-template-columns: auto auto;
    }
    .header-small .container .desserts-image{
       display: none;
    }
    .finally{
       display: flex;
       flex-direction:row;
       justify-content: center;
       align-items: center;
       gap: 30px;
       height: 850px;
    }
    .finally .header-final{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }
    .finally .result{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
        margin-top: 30px;
       
    }
}