.manor_onjects{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 54px 100px 54px 100px;
}
.manor_box_obj{
    max-width: 560px;
    margin-bottom: 15px;
}
.manor_box_obj h2{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 42px 0 9px 0;
}
.manor_box_obj .furniture,
.manor_box_obj .people{
    height: 19px;
    max-width: 500px;
    font-size: 16px;
    font-weight: 400;
    color: #227E8D;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.manor_box_obj p{
    max-width: 500px;
    height: 150px;
    font-size: 16px;
    font-weight: 400;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin: 23px 0 90px 0;
}

.manor_onjects_more_btn{
    width: 141px;
    height: 54px;
    background: #BA7263;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s;
}

.manor_onjects_more_btn:hover{
    background: #a85d3a;
}

.manor_box_obj a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #044758;
    text-decoration: none;
    transition: filter 0.3s ease;
    margin: 0;
    cursor: pointer;
    padding: 0 22px;
}

.manor_box_obj a:hover {
  opacity: 0.7;
}


