body {
	background: #fff;
}
main {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
}
.content {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
}
.sticky-price {
    display: none;
    padding: .3rem;
    font-size: 1rem;
    z-index: 9;
}
.dblock {
    display: flex;
    position: fixed;
    top: 5px;
left: 5px;
}
.table-row {
    display: table-row;
  }
  .table-cell {
    display: table-cell;
    padding: .2rem;
  }
.img-txt-sx, .foto-servizi {
    float: left;
    margin: 0px 20px 20px 0px;
}
.img-txt-dx {
    float: right;
    margin: 0px 20px 0px 20px;
}
.img-rounded {
    border-radius: 6px;
  }
@media(min-width: 1024px) {
    body {
        background: linear-gradient(#18baad 0px, #fff 200px);;
    }
    main {
        grid-template-columns: 1fr minmax(900px, 1400px) 1fr;
    }
    .content {
        grid-column: 2/3;
        grid-row: 3;
        padding: 0;
    }
    .dblock {
        display: none !important;
    }
}

/* STAFF */

.office-row > div{
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    row-gap: 1px;
    column-gap: 1px;
    flex-wrap: wrap;
    justify-content: center;
}
h2, h3{
    margin-top: 3rem;
}
.office-row h3{
   border-bottom: 1px solid #18baad;
   color: #18baad;
   justify-content: center;
text-transform: uppercase;
font-weight: 300;
}
.office-user {
position: relative;
width: calc(50% - 1px);
}
.office-img{
    position: relative;

}
.office-img img{
    width: 100%;
height: auto;
vertical-align: middle;
}
.office-nome{
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    text-shadow: 2px 2px 20px #000000;
}
.office-nome span{
border-bottom: 1px solid #fff;
}
.office-nome strong{
    font-size: 1.6rem;
}
.office-contact {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: .2rem;
align-items: center;
justify-content: end;
margin-top: -.5rem;
position: absolute;
top: 1rem;
right: .5rem;
}
.office-contact a{
color: #fff;
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.office-contact .of-whatsapp{
background-color: #222;
}

.office-contact .of-email{
background-color: #222;
}
.office-contact .of-phone{
background-color: #222;
}
@media (min-width: 1024px) {
.office-user {
width: 230px;
}
}

.search-hb{
    display: none !important;
}