.loft1{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.loft2{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.loft1 h2,.loft2 h2{
    color: #948160;
    font-weight: 700;
    margin-top: 20px;
}

.avatar{
   width: 300px;
   height: 300px;
    background-color: #948160;
    border-radius: 150px;
}
.item img{
    width: 300px;
    height: 300px;
}
.item{
    margin: 0 40px;
}
.item p{
    color: #948160;
    font-weight: 600;
    margin-top: 20px;
}
.item h3{
    color: #333333;
    
}
.title{
    margin: 50px 0px;
}
.loft2 .item {
    margin: 0 5px;
}
.loft2 .avatar {
    width: 250px;
    height: 250px;
    margin: 10px;

}