.cozinha-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 70px;
    padding-top: 70px;
}
.cozinha-info{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.p-intro{
    color: #e27d8a;
    margin-bottom: 0px;
}
.p-about, .p-descricao{
    color: #fff;
}
.p-descricao, .p-intro{
    font-size: 20px;
}
.p-about{
    font-size: 42px;
    margin-bottom: 0px;
}
.cozinha-img > img{
    width: 700px;
}
.info-img{
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}
.info-img > img{
    width: 500px;
    height: 129px;
}
hr{
    background: #e27d8a;
    height: 3px;
    width: 75px;
    margin: 0px;
    margin-left: 150px;
    margin-bottom: 50px;
}
.cozinha-info p{
    padding-left: 150px;
    padding-right: 150px;
}
@media(max-width: 1472px){
    .p-descricao{
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .cozinha-wrap{
        flex-direction: column;
        padding-right: 0px;
    }
    .cozinha-img{
        margin-top: 50px;
    }
    .p-descricao{
        font-size: 20px;
    }
}
@media(max-width: 739px){
    .cozinha-img > img{
        width: 100%;
    }
    .p-descricao{
        font-size: 16px;
        text-align: justify;
    }
}
@media(max-width: 621px){
    .banner-img{
        width: 100%!important;
    }
    .p-descricao{
        font-size: 16px;
        text-align: justify;
    }
    .p-about{
        font-size: 32px;
    }
    .p-intro{
        font-size: 16px;
    }
    hr{
        margin-bottom: 25px;
        margin-left: 50px;
    }
    .cozinha-info p{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 569px){
    .info-img img{
        width: 80%;
    }
    .p-descricao{
        font-size: 16px;
        text-align: justify;
    }
    .p-about{
        font-size: 24px;
    }
    .p-intro{
        font-size: 16px;
    }

}
.back-to-top {
    color: #fff!important;
    background-color: #25d366 !important;
    border-color: #25d366 !important;
  }