body{
    background-color: #f7f1ec;
    }

    #header-fixo{
      background-color: #f7f1ec;
    }
    
    .img-nossa-historia{
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .container-final{
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .item-final{
      display: flex;
      flex-direction: column;
      width: 23%;
    }

    .item-final img{
      height: 380px;
    }

    .title-final{
      text-align: center;
      color: #634647;
      font-family: 'Adobe Garamond';
      font-size: 50px;
      margin-bottom: -10px;
    }

    @media screen and (max-width:500px) {
        .menu-mobile{
            background-color: #f7f1ec;
        }
        .title-final{
            font-size: 30px;
            margin-bottom: 5px;
        }
        .container-final{
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .item-final{
            width: auto;
            height: auto;
        }
        .item-final img{
            width: 125px;
            height: 170px;
        }
    }

    @media (min-width:501px) and (max-width:700px){
        .menu-mobile{
            background-color: #f7f1ec;
        }
        .title-final{
            font-size: 35px;
            margin-bottom: 5px;
        }
        .container-final{
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .item-final{
            width: auto;
            height: auto;
        }
        .item-final img{
            width: 200px;
            height: 230px;
        }
    }