.hero {
    background: url('/img/servicocapamelhorada.jpg') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:        0px;
    margin-left:    10px;
    margin-right:   10px;
    margin-top: 10px
}

.hero-content {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    background-color:rgba(25,4,3,0.9);
    padding: 3px 15px;
    width: 100%;

}

.hero-content p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 30px;
}

#phmasonry {width: 40vh;}

